|
| UT_PtrMatrix (unsigned mSz=0, unsigned nSz=0) |
|
| UT_PtrMatrix (const UT_PtrMatrix< utPtr > &m) |
|
| UT_RefMatrix (unsigned int mSz=0, unsigned int nSz=0) |
|
| UT_RefMatrix (const UT_RefMatrix< utPtr > &m) |
|
| ~UT_RefMatrix () |
|
int64 | getMemoryUsage (bool inclusive) const |
|
void | swap (UT_RefMatrix< utPtr > &other) |
|
unsigned int | insertRow (unsigned int index) |
|
unsigned int | insertRow (const UT_Array< utPtr > &r, unsigned int index) |
|
unsigned int | appendRow (const UT_Array< utPtr > &r) |
|
unsigned int | insertCol (unsigned int index) |
|
unsigned int | insertCol (const UT_Array< utPtr > &c, unsigned int index) |
|
unsigned int | appendCol (const UT_Array< utPtr > &c) |
|
int | removeRow (unsigned int index) |
|
int | removeCol (unsigned int index) |
|
void | cycle (int rowshift, int colshift) |
|
int | operator== (const UT_RefMatrix< utPtr > &m) const |
|
UT_RefMatrix< utPtr > & | operator= (const UT_RefMatrix< utPtr > &m) |
|
const utPtr & | operator() (unsigned i, unsigned j) const |
|
utPtr & | operator() (unsigned i, unsigned j) |
|
const utPtr | safeGet (unsigned i, unsigned j) const |
|
utPtr & | safeGet (unsigned i, unsigned j) |
|
int | find (const utPtr &t, unsigned int *m, unsigned int *n) const |
|
unsigned int | rows () const |
|
unsigned int | cols () const |
|
void | resize (unsigned int mSz, unsigned int nSz) |
|
int | apply (int(*apply_func)(utPtr &t, void *d), void *d) |
|
template<class utPtr>
class UT_PtrMatrix< utPtr >
Definition at line 19 of file UT_PtrMatrix.h.