PolyVox  0.3.0-dev
Open source voxel management library
PolyVox::RLECompressor< ValueType, LengthType > Member List

This is the complete list of members for PolyVox::RLECompressor< ValueType, LengthType >, including all inherited members.

compress(void *pSrcData, uint32_t uSrcLength, void *pDstData, uint32_t uDstLength)PolyVox::RLECompressor< ValueType, LengthType >virtual
Compressor()PolyVox::Compressorinline
decompress(void *pSrcData, uint32_t uSrcLength, void *pDstData, uint32_t uDstLength)PolyVox::RLECompressor< ValueType, LengthType >virtual
getMaxCompressedSize(uint32_t uUncompressedInputSize)PolyVox::RLECompressor< ValueType, LengthType >virtual
RLECompressor()PolyVox::RLECompressor< ValueType, LengthType >
~Compressor()PolyVox::Compressorinlinevirtual
~RLECompressor()PolyVox::RLECompressor< ValueType, LengthType >