#include <ImfHTCompressor.h>
|
| | HTCompressor (const Header &hdr, size_t maxScanLineSize, int numScanLines) |
| |
| virtual | ~HTCompressor () |
| |
| | HTCompressor (const HTCompressor &other)=delete |
| |
| HTCompressor & | operator= (const HTCompressor &other)=delete |
| |
| | HTCompressor (HTCompressor &&other)=delete |
| |
| HTCompressor & | operator= (HTCompressor &&other)=delete |
| |
| IMF_EXPORT | Compressor (const Header &hdr, exr_compression_t compression_type, size_t maxScanLineSize, int scanlines=-1) |
| |
| virtual IMF_EXPORT | ~Compressor () |
| |
| | Compressor (const Compressor &other)=delete |
| |
| Compressor & | operator= (const Compressor &other)=delete |
| |
| | Compressor (Compressor &&other)=delete |
| |
| Compressor & | operator= (Compressor &&other)=delete |
| |
| virtual IMF_EXPORT int | numScanLines () const |
| |
| virtual IMF_EXPORT Format | format () const |
| |
| const Header & | header () const |
| |
| virtual int | compress (const char *inPtr, int inSize, int minY, const char *&outPtr) |
| |
| virtual IMF_EXPORT int | compressTile (const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) |
| |
| virtual int | uncompress (const char *inPtr, int inSize, int minY, const char *&outPtr) |
| |
| virtual IMF_EXPORT int | uncompressTile (const char *inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char *&outPtr) |
| |
| void | setExpectedSize (size_t sz) |
| |
| void | setTileLevel (int lx, int ly) |
| |
| exr_storage_t | storageType () const |
| |
| void | setStorageType (exr_storage_t st) |
| |
Definition at line 23 of file ImfHTCompressor.h.
| HTCompressor::HTCompressor |
( |
const Header & |
hdr, |
|
|
size_t |
maxScanLineSize, |
|
|
int |
numScanLines |
|
) |
| |
| virtual HTCompressor::~HTCompressor |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: