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 >
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) const PolyVox::BaseVolume< VoxelType >
getDiagonalLength(void) const PolyVox::BaseVolume< VoxelType >
getEnclosingRegion(void) const PolyVox::BaseVolume< VoxelType >
getHeight(void) const PolyVox::BaseVolume< VoxelType >
getLongestSideLength(void) const PolyVox::BaseVolume< VoxelType >
getShortestSideLength(void) const PolyVox::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) const PolyVox::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(int32_t dont_use_this_constructor_1, int32_t dont_use_this_constructor_2, int32_t dont_use_this_constructor_3)PolyVox::LargeVolume< VoxelType >
m_fDiagonalLengthPolyVox::BaseVolume< VoxelType > [protected]
m_regValidRegionPolyVox::BaseVolume< VoxelType > [protected]
m_uLongestSideLengthPolyVox::BaseVolume< VoxelType > [protected]
m_uShortestSideLengthPolyVox::BaseVolume< VoxelType > [protected]
prefetch(Region regPrefetch)PolyVox::LargeVolume< VoxelType >
resize(const Region &regValidRegion, uint16_t uBlockSideLength)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 >
~BaseVolume()PolyVox::BaseVolume< VoxelType >
~LargeVolume()PolyVox::LargeVolume< VoxelType >