#include <OctreeAuxiliary.h>
Collaboration diagram for hxa7241_graphics::OctreeDimensions:
Public Member Functions | |
OctreeDimensions (const Vector3r &positionOfLowerCorner, real size, dword maxItemCountPerCell, dword maxLevelCount, real minCellSize) | |
standard object services --------------------------------------------------- | |
~OctreeDimensions () | |
OctreeDimensions (const OctreeDimensions &) | |
OctreeDimensions & | operator= (const OctreeDimensions &) |
const Vector3r & | getPosition () const |
OctreeDimensions -----------------------------------------------------------. | |
real | getSize () const |
dword | getMaxItemCountPerCell () const |
dword | getMaxLevelCount () const |
real | getMinCellSize () const |
bool | isSubdivide (dword itemCount, dword level, real size) const |
queries -------------------------------------------------------------------- |
Constant.
size_m >= 0
maxItemsPerCell_m >= 1
maxLevel_m >= 0 and <= MAX_LEVEL
minSize_m >= MIN_SIZE and <= size_m
OctreeDimensions::OctreeDimensions | ( | const Vector3r & | positionOfLowerCorner, | |
real | size, | |||
dword | maxItemCountPerCell, | |||
dword | maxLevelCount, | |||
real | minCellSize | |||
) |
standard object services ---------------------------------------------------
OctreeDimensions::~OctreeDimensions | ( | ) |
OctreeDimensions::OctreeDimensions | ( | const OctreeDimensions & | ) |
OctreeDimensions & OctreeDimensions::operator= | ( | const OctreeDimensions & | ) |
const Vector3r & hxa7241_graphics::OctreeDimensions::getPosition | ( | ) | const [inline] |
OctreeDimensions -----------------------------------------------------------.
real hxa7241_graphics::OctreeDimensions::getSize | ( | ) | const [inline] |
dword hxa7241_graphics::OctreeDimensions::getMaxItemCountPerCell | ( | ) | const [inline] |
dword hxa7241_graphics::OctreeDimensions::getMaxLevelCount | ( | ) | const [inline] |
real hxa7241_graphics::OctreeDimensions::getMinCellSize | ( | ) | const [inline] |
bool OctreeDimensions::isSubdivide | ( | dword | itemCount, | |
dword | level, | |||
real | size | |||
) | const |
queries --------------------------------------------------------------------