LUVis::Voxel Class Reference

#include <Voxel.h>

List of all members.

Public Member Functions

 Voxel (void)
 ~Voxel (void)
 Voxel (float _x, float _y, float _z, float _data)
 Voxel (Voxel^tmp)
float GetX ()
float GetY ()
float GetZ ()
float GetData ()
void SetVoxel (Voxel^tmp)

Private Attributes

float x
float y
float z
float data


Constructor & Destructor Documentation

Voxel::Voxel ( void   ) 

Voxel::~Voxel ( void   ) 

Voxel::Voxel ( float  _x,
float  _y,
float  _z,
float  _data 
)

Voxel::Voxel ( Voxel tmp  ) 


Member Function Documentation

float Voxel::GetData (  ) 

float Voxel::GetX (  ) 

float Voxel::GetY (  ) 

float Voxel::GetZ (  ) 

void Voxel::SetVoxel ( Voxel tmp  ) 


Member Data Documentation

float LUVis::Voxel::data [private]

float LUVis::Voxel::x [private]

float LUVis::Voxel::y [private]

float LUVis::Voxel::z [private]


The documentation for this class was generated from the following files:
Generated on Wed Dec 6 16:25:59 2006 by  doxygen 1.4.7