|
libopenraw
|
Public Member Functions | |
| Decompressor (IO::Stream *stream, RawContainer *container) | |
| virtual RawData * | decompress (RawData *in=NULL)=0 |
Protected Member Functions | |
| Decompressor (const Decompressor &f) | |
| Decompressor & | operator= (const Decompressor &) |
Protected Attributes | |
| IO::Stream * | m_stream |
| RawContainer * | m_container |
Definition at line 41 of file decompressor.h.
|
protected |
private copy constructor to make sure it is not called
decompress the bitmapdata and return a new bitmap
| in | a preallocated BitmapData instance or NULL if decompress has to allocate it. |
Implemented in OpenRaw::Internals::LJpegDecompressor, and OpenRaw::Internals::CrwDecompressor.
|
protected |
private = operator to make sure it is never called
1.8.14