#include <djv_jb2decoder.h>

Public Member Functions | |
| virtual Shape::Array & | getShapes ()=0 |
| virtual const Shape::Array & | getShapes () const =0 |
| virtual void | compact ()=0 |
This class defines the interface used by JB2Dictionary and JB2Page.
| virtual void Celartem::DjVu::JB2ShapeStore::compact | ( | ) | [pure virtual] |
Minimize the memory usage.
Implemented in Celartem::DjVu::JB2Dictionary, and Celartem::DjVu::JB2Page.
| virtual const Shape::Array& Celartem::DjVu::JB2ShapeStore::getShapes | ( | ) | const [pure virtual] |
Get the Shape::Array instance used by this instance.
Implemented in Celartem::DjVu::JB2Dictionary, and Celartem::DjVu::JB2Page.
| virtual Shape::Array& Celartem::DjVu::JB2ShapeStore::getShapes | ( | ) | [pure virtual] |
Get the Shape::Array instance used by this instance.
Implemented in Celartem::DjVu::JB2Dictionary, and Celartem::DjVu::JB2Page.