#include <Voxel.h>
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 |
| Voxel::Voxel | ( | void | ) |
| Voxel::~Voxel | ( | void | ) |
| Voxel::Voxel | ( | float | _x, | |
| float | _y, | |||
| float | _z, | |||
| float | _data | |||
| ) |
| Voxel::Voxel | ( | Voxel^ | tmp | ) |
| float Voxel::GetData | ( | ) |
| float Voxel::GetX | ( | ) |
| float Voxel::GetY | ( | ) |
| float Voxel::GetZ | ( | ) |
| void Voxel::SetVoxel | ( | Voxel^ | tmp | ) |
float LUVis::Voxel::data [private] |
float LUVis::Voxel::x [private] |
float LUVis::Voxel::y [private] |
float LUVis::Voxel::z [private] |
1.4.7