HDK
|
Voxel boxes are used to define voxel groups. More...
#include <SIM_RawIndexField.h>
Public Member Functions | |
SIM_VoxelBox () | |
SIM_VoxelBox (const int xMin, const int yMin, const int zMin, const int xEnd, const int yEnd, const int zEnd) | |
bool | contains (const int x, const int y, const int z) const |
Public Attributes | |
int | begin [3] |
int | end [3] |
Voxel boxes are used to define voxel groups.
Definition at line 26 of file SIM_RawIndexField.h.
SIM_VoxelBox::SIM_VoxelBox | ( | ) |
SIM_VoxelBox::SIM_VoxelBox | ( | const int | xMin, |
const int | yMin, | ||
const int | zMin, | ||
const int | xEnd, | ||
const int | yEnd, | ||
const int | zEnd | ||
) |
int SIM_VoxelBox::begin[3] |
Definition at line 37 of file SIM_RawIndexField.h.
int SIM_VoxelBox::end[3] |
Definition at line 38 of file SIM_RawIndexField.h.