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

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

BaseVolume(const Region &regValid)PolyVox::BaseVolume< VoxelType >protected
BaseVolume(const BaseVolume &rhs)PolyVox::BaseVolume< VoxelType >protected
calculateCompressionRatio(void)PolyVox::LargeVolume< VoxelType >
calculateSizeInBytes(void)PolyVox::LargeVolume< VoxelType >
clearBlockCache(void)PolyVox::LargeVolume< VoxelType >
ConstVolumeProxy< VoxelType > classPolyVox::LargeVolume< VoxelType >friend
flush(Region regFlush)PolyVox::LargeVolume< VoxelType >
flushAll()PolyVox::LargeVolume< VoxelType >
getBorderValue(void) const PolyVox::LargeVolume< VoxelType >
getDepth(void) constPolyVox::BaseVolume< VoxelType >
getDiagonalLength(void) constPolyVox::BaseVolume< VoxelType >
getEnclosingRegion(void) constPolyVox::BaseVolume< VoxelType >
getHeight(void) constPolyVox::BaseVolume< VoxelType >
getLongestSideLength(void) constPolyVox::BaseVolume< VoxelType >
getShortestSideLength(void) constPolyVox::BaseVolume< VoxelType >
getVoxelAt(int32_t uXPos, int32_t uYPos, int32_t uZPos) const PolyVox::LargeVolume< VoxelType >
getVoxelAt(const Vector3DInt32 &v3dPos) const PolyVox::LargeVolume< VoxelType >
getWidth(void) constPolyVox::BaseVolume< VoxelType >
LargeVolume(polyvox_function< void(const ConstVolumeProxy< VoxelType > &, const Region &)> dataRequiredHandler, polyvox_function< void(const ConstVolumeProxy< VoxelType > &, const Region &)> dataOverflowHandler, uint16_t uBlockSideLength=32)PolyVox::LargeVolume< VoxelType >
LargeVolume(const Region &regValid, polyvox_function< void(const ConstVolumeProxy< VoxelType > &, const Region &)> dataRequiredHandler=0, polyvox_function< void(const ConstVolumeProxy< VoxelType > &, const Region &)> dataOverflowHandler=0, bool bPagingEnabled=false, uint16_t uBlockSideLength=32)PolyVox::LargeVolume< VoxelType >
LargeVolume(const LargeVolume &rhs)PolyVox::LargeVolume< VoxelType >protected
m_fDiagonalLengthPolyVox::BaseVolume< VoxelType >protected
m_regValidRegionPolyVox::BaseVolume< VoxelType >protected
m_uLongestSideLengthPolyVox::BaseVolume< VoxelType >protected
m_uShortestSideLengthPolyVox::BaseVolume< VoxelType >protected
operator=(const LargeVolume &rhs)PolyVox::LargeVolume< VoxelType >protected
BaseVolume< VoxelType >::operator=(const BaseVolume &rhs)PolyVox::BaseVolume< VoxelType >protected
prefetch(Region regPrefetch)PolyVox::LargeVolume< VoxelType >
setBorderValue(const VoxelType &tBorder)PolyVox::LargeVolume< VoxelType >
setCompressionEnabled(bool bCompressionEnabled)PolyVox::LargeVolume< VoxelType >
setMaxNumberOfBlocksInMemory(uint32_t uMaxNumberOfBlocksInMemory)PolyVox::LargeVolume< VoxelType >
setMaxNumberOfUncompressedBlocks(uint32_t uMaxNumberOfUncompressedBlocks)PolyVox::LargeVolume< VoxelType >
setVoxelAt(int32_t uXPos, int32_t uYPos, int32_t uZPos, VoxelType tValue)PolyVox::LargeVolume< VoxelType >
setVoxelAt(const Vector3DInt32 &v3dPos, VoxelType tValue)PolyVox::LargeVolume< VoxelType >
VoxelType typedefPolyVox::BaseVolume< VoxelType >
~BaseVolume()PolyVox::BaseVolume< VoxelType >protected
~LargeVolume()PolyVox::LargeVolume< VoxelType >