#include <llimagej2c.h>
Inheritance diagram for LLImageJ2CImpl:
Public Member Functions | |
virtual | ~LLImageJ2CImpl () |
Protected Member Functions | |
virtual BOOL | getMetadata (LLImageJ2C &base)=0 |
virtual BOOL | decodeImpl (LLImageJ2C &base, LLImageRaw &raw_image, F32 decode_time, S32 first_channel, S32 max_channel_count)=0 |
virtual BOOL | encodeImpl (LLImageJ2C &base, const LLImageRaw &raw_image, const char *comment_text, F32 encode_time=0.0, BOOL reversible=FALSE)=0 |
Friends | |
class | LLImageJ2C |
Definition at line 91 of file llimagej2c.h.
LLImageJ2CImpl::~LLImageJ2CImpl | ( | ) | [virtual] |
Definition at line 441 of file llimagej2c.cpp.
virtual BOOL LLImageJ2CImpl::decodeImpl | ( | LLImageJ2C & | base, | |
LLImageRaw & | raw_image, | |||
F32 | decode_time, | |||
S32 | first_channel, | |||
S32 | max_channel_count | |||
) | [protected, pure virtual] |
virtual BOOL LLImageJ2CImpl::encodeImpl | ( | LLImageJ2C & | base, | |
const LLImageRaw & | raw_image, | |||
const char * | comment_text, | |||
F32 | encode_time = 0.0 , |
|||
BOOL | reversible = FALSE | |||
) | [protected, pure virtual] |
virtual BOOL LLImageJ2CImpl::getMetadata | ( | LLImageJ2C & | base | ) | [protected, pure virtual] |
friend class LLImageJ2C [friend] |
Definition at line 111 of file llimagej2c.h.