#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] |
Definition at line 32 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 | |||
| ) |
| bool SIM_VoxelBox::contains | ( | const int | x, | |
| const int | y, | |||
| const int | z | |||
| ) | const |
| int SIM_VoxelBox::begin[3] |
Definition at line 43 of file SIM_RawIndexField.h.
| int SIM_VoxelBox::end[3] |
Definition at line 44 of file SIM_RawIndexField.h.
1.5.9