PolyVox  0.2.1
Open source voxel management library
PolyVox::Region Member List

This is the complete list of members for PolyVox::Region, including all inherited members.

__attribute__((deprecated)) int32_t depth(void) const PolyVox::Region
__attribute__((deprecated)) int32_t height(void) const PolyVox::Region
__attribute__((deprecated)) Vector3DInt32 dimensions(void)PolyVox::Region
__attribute__((deprecated)) int32_t width(void) const PolyVox::Region
containsPoint(const Vector3DFloat &pos, float boundary=0.0f) const PolyVox::Region
containsPoint(const Vector3DInt32 &pos, uint8_t boundary=0) const PolyVox::Region
containsPointInX(float pos, float boundary=0.0f) const PolyVox::Region
containsPointInX(int32_t pos, uint8_t boundary=0) const PolyVox::Region
containsPointInY(float pos, float boundary=0.0f) const PolyVox::Region
containsPointInY(int32_t pos, uint8_t boundary=0) const PolyVox::Region
containsPointInZ(float pos, float boundary=0.0f) const PolyVox::Region
containsPointInZ(int32_t pos, uint8_t boundary=0) const PolyVox::Region
cropTo(const Region &other)PolyVox::Region
getDepthInCells(void) const PolyVox::Region
getDepthInVoxels(void) const PolyVox::Region
getDimensionsInCells(void) const PolyVox::Region
getDimensionsInVoxels(void) const PolyVox::Region
getHeightInCells(void) const PolyVox::Region
getHeightInVoxels(void) const PolyVox::Region
getLowerCorner(void) const PolyVox::Region
getUpperCorner(void) const PolyVox::Region
getWidthInCells(void) const PolyVox::Region
getWidthInVoxels(void) const PolyVox::Region
MaxRegionPolyVox::Regionstatic
operator!=(const Region &rhs) const PolyVox::Region
operator==(const Region &rhs) const PolyVox::Region
Region()PolyVox::Region
Region(const Vector3DInt32 &v3dLowerCorner, const Vector3DInt32 &v3dUpperCorner)PolyVox::Region
Region(int32_t iLowerX, int32_t iLowerY, int32_t iLowerZ, int32_t iUpperX, int32_t iUpperY, int32_t iUpperZ)PolyVox::Region
setLowerCorner(const Vector3DInt32 &v3dLowerCorner)PolyVox::Region
setUpperCorner(const Vector3DInt32 &v3dUpperCorner)PolyVox::Region
shift(const Vector3DInt32 &amount)PolyVox::Region
shiftLowerCorner(const Vector3DInt32 &amount)PolyVox::Region
shiftUpperCorner(const Vector3DInt32 &amount)PolyVox::Region