#include <Voxel.h>
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 |
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 | ) |
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 | ) |
array<float,1> LUVis::Voxel::data [private] |
float LUVis::Voxel::x [private] |
float LUVis::Voxel::y [private] |
float LUVis::Voxel::z [private] |