HDK
|
This is the complete list of members for Compressor, including all inherited members.
_buf_sz | Compressor | protected |
_comp_type | Compressor | protected |
_ctxt | Compressor | protected |
_decoder | Compressor | protected |
_decoder_init | Compressor | protected |
_encoder | Compressor | protected |
_encoder_init | Compressor | protected |
_expectedSize | Compressor | protected |
_header | Compressor | protected |
_levelX | Compressor | protected |
_levelY | Compressor | protected |
_maxScanLineSize | Compressor | protected |
_memory_buffer | Compressor | protected |
_numScanLines | Compressor | protected |
_store_type | Compressor | protected |
compress(const char *inPtr, int inSize, int minY, const char *&outPtr) | Compressor | virtual |
Compressor(const Header &hdr, exr_compression_t compression_type, size_t maxScanLineSize, int scanlines=-1) | Compressor | |
Compressor(const Compressor &other)=delete | Compressor | |
Compressor(Compressor &&other)=delete | Compressor | |
compressTile(const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) | Compressor | virtual |
format() const | Compressor | virtual |
header() const | Compressor | inline |
numScanLines() const | Compressor | virtual |
operator=(const Compressor &other)=delete | Compressor | |
operator=(Compressor &&other)=delete | Compressor | |
runDecodeStep(const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) | Compressor | protected |
runEncodeStep(const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) | Compressor | protected |
setExpectedSize(size_t sz) | Compressor | inline |
setStorageType(exr_storage_t st) | Compressor | inline |
setTileLevel(int lx, int ly) | Compressor | inline |
storageType() const | Compressor | inline |
uncompress(const char *inPtr, int inSize, int minY, const char *&outPtr) | Compressor | virtual |
uncompressTile(const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) | Compressor | virtual |
~Compressor() | Compressor | virtual |