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)
 Voxel (float _x, float _y, float _z, array< float, 1 >^_data)
 Voxel (Voxel^tmp)
float GetX ()
float GetY ()
float GetZ ()
float GetData (int index)
array< float, 1 > GetData ()
void SetVoxel (Voxel^tmp)
Voxel GetVoxel ()
Vector GetVector ()

Private Attributes

float x
float y
float z
array< float, 1 > data


Constructor & Destructor Documentation

Voxel::Voxel ( void   ) 

Voxel::~Voxel ( void   ) 

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

Voxel::Voxel ( float  _x,
float  _y,
float  _z,
array< float, 1 >^  _data 
)

Voxel::Voxel ( Voxel tmp  ) 


Member Function Documentation

array< float, 1 > Voxel::GetData (  ) 

float Voxel::GetData ( int  index  ) 

Vector Voxel::GetVector (  ) 

Voxel Voxel::GetVoxel (  ) 

float Voxel::GetX (  ) 

float Voxel::GetY (  ) 

float Voxel::GetZ (  ) 

void Voxel::SetVoxel ( Voxel tmp  ) 


Member Data Documentation

array<float,1> 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 Jan 17 16:23:55 2007 by  doxygen 1.4.7