#include <djv_jb2decoder.h>
Public Member Functions | |
virtual Shape::Array & | getShapes ()=0 |
virtual const Shape::Array & | getShapes () const =0 |
virtual void | compact ()=0 |
Public Member Functions inherited from Celartem::Referable | |
Referable () | |
void | addRef () const |
void | releaseRef () const |
size_t | getReferenceCount () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Celartem::Referable | |
static void | dumpDbgAllRefCount () |
This class defines the interface used by JB2Dictionary and JB2Page.
|
pure virtual |
Minimize the memory usage.
Implemented in Celartem::DjVu::JB2Page, and Celartem::DjVu::JB2Dictionary.
|
pure virtual |
Get the Shape::Array instance used by this instance.
Implemented in Celartem::DjVu::JB2Page, and Celartem::DjVu::JB2Dictionary.
|
pure virtual |
Get the Shape::Array instance used by this instance.
Implemented in Celartem::DjVu::JB2Page, and Celartem::DjVu::JB2Dictionary.