PolyVox  0.2.1
Open source voxel management library
PolyVox::Block< VoxelType > Member List

This is the complete list of members for PolyVox::Block< VoxelType >, including all inherited members.

Block(uint16_t uSideLength=0)PolyVox::Block< VoxelType >
calculateSizeInBytes(void)PolyVox::Block< VoxelType >
compress(void)PolyVox::Block< VoxelType >
fill(VoxelType tValue)PolyVox::Block< VoxelType >
getSideLength(void) const PolyVox::Block< VoxelType >
getVoxelAt(uint16_t uXPos, uint16_t uYPos, uint16_t uZPos) const PolyVox::Block< VoxelType >
getVoxelAt(const Vector3DUint16 &v3dPos) const PolyVox::Block< VoxelType >
initialise(uint16_t uSideLength)PolyVox::Block< VoxelType >
m_bIsCompressedPolyVox::Block< VoxelType >
m_bIsUncompressedDataModifiedPolyVox::Block< VoxelType >
m_tUncompressedDataPolyVox::Block< VoxelType >
m_uSideLengthPolyVox::Block< VoxelType >
m_uSideLengthPowerPolyVox::Block< VoxelType >
m_vecCompressedDataPolyVox::Block< VoxelType >
setVoxelAt(uint16_t uXPos, uint16_t uYPos, uint16_t uZPos, VoxelType tValue)PolyVox::Block< VoxelType >
setVoxelAt(const Vector3DUint16 &v3dPos, VoxelType tValue)PolyVox::Block< VoxelType >
uncompress(void)PolyVox::Block< VoxelType >