Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CCamera Class Reference

#include <Camera.h>

List of all members.

Public Methods

 CCamera ()
 CCamera (float x, float y, float z, int width, int height)
virtual ~CCamera ()
void MoveCamera (float x, float y, float z)
void ResizeViewport (float value)
void SetWidth (int width)
void SetHeight (int height)
void UpdateWidth ()
int GetWidth ()
int GetHeight ()
void GlSzeneSized (int sceneWidth, int sceneHeight)
float GetZ ()

Public Attributes

float x
float y
float z


Detailed Description

A simple Camera to save and retrive the position of the Viewpoint very usefull for browsing the flow data


Constructor & Destructor Documentation

CCamera  
 

CCamera float    x,
float    y,
float    z,
int    width,
int    height
 

~CCamera   [virtual]
 


Member Function Documentation

int GetHeight  
 

int GetWidth  
 

float GetZ   [inline]
 

void GlSzeneSized int    sceneWidth,
int    sceneHeight
 

void MoveCamera float    x,
float    y,
float    z
 

void ResizeViewport float    value
 

void SetHeight int    height
 

void SetWidth int    width
 

void UpdateWidth  
 


Member Data Documentation

float x
 

float y
 

float z
 


The documentation for this class was generated from the following files:
Generated on Thu Jan 23 04:30:12 2003 for FlowVis- vector field in 2D by doxygen1.3-rc2