|
| MATRIX (int dimension, int bandwidth) |
|
bool | Classified (int col, int row, int wildcard_id) const |
|
void | IncreaseBandSize (int bandwidth) |
|
MATRIX * | ConsumeAndMakeBigger (int ind) |
|
MATRIX * | DeepCopy () const |
|
void | print (const UNICHARSET &unicharset) const |
|
| BandTriMatrix (int dim1, int dim2, const BLOB_CHOICE_LIST *&empty) |
|
int | dimension () const |
|
int | bandwidth () const |
|
virtual int | index (int column, int row) const |
|
void | AttachOnCorner (BandTriMatrix< BLOB_CHOICE_LIST * > *array2) |
|
| GENERIC_2D_ARRAY (int dim1, int dim2, const BLOB_CHOICE_LIST *&empty, BLOB_CHOICE_LIST **array) |
|
| GENERIC_2D_ARRAY (int dim1, int dim2, const BLOB_CHOICE_LIST *&empty) |
|
virtual | ~GENERIC_2D_ARRAY () |
|
void | Resize (int size1, int size2, const BLOB_CHOICE_LIST *&empty) |
|
void | ResizeWithCopy (int size1, int size2) |
|
void | Clear () |
|
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 |
|
virtual int | num_elements () 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) |
|
const BLOB_CHOICE_LIST ** | operator[] (int column) const |
|
void | delete_matrix_pointers () |
|
Definition at line 289 of file matrix.h.