|
Tesseract
3.02
|
#include <matrix.h>
Public Member Functions | |
| MATRIX (int dimension) | |
| void | print (const UNICHARSET &unicharset) const |
Public Member Functions inherited from GENERIC_MATRIX< BLOB_CHOICE_LIST * > | |
| GENERIC_MATRIX (int dimension, const BLOB_CHOICE_LIST *&empty) | |
| int | dimension () const |
Public Member Functions inherited from GENERIC_2D_ARRAY< BLOB_CHOICE_LIST * > | |
| GENERIC_2D_ARRAY (int dim1, int dim2, const BLOB_CHOICE_LIST *&empty) | |
| ~GENERIC_2D_ARRAY () | |
| bool | Serialize (FILE *fp) const |
| bool | DeSerialize (bool swap, FILE *fp) |
| bool | SerializeClasses (FILE *fp) const |
| bool | DeSerializeClasses (bool swap, FILE *fp) |
| int | dim1 () const |
| int | dim2 () const |
| int | index (int column, int row) const |
| void | put (int column, int row, const BLOB_CHOICE_LIST *&thing) |
| BLOB_CHOICE_LIST * | get (int column, int row) const |
| const BLOB_CHOICE_LIST *& | operator() (int column, int row) const |
| BLOB_CHOICE_LIST *& | operator() (int column, int row) |
| BLOB_CHOICE_LIST ** | operator[] (int column) |
| void | delete_matrix_pointers () |
| void MATRIX::print | ( | const UNICHARSET & | unicharset | ) | const |
Definition at line 36 of file matrix.cpp.