HDK
|
This is the complete list of members for UT_PtrMatrix< utPtr >, including all inherited members.
appendCol(const UT_Array< utPtr > &c) | UT_RefMatrix< utPtr > | |
appendRow(const UT_Array< utPtr > &r) | UT_RefMatrix< utPtr > | |
apply(int(*apply_func)(utPtr &t, void *d), void *d) | UT_RefMatrix< utPtr > | |
cols() const | UT_RefMatrix< utPtr > | inline |
Comparator typedef | UT_RefMatrix< utPtr > | |
cycle(int rowshift, int colshift) | UT_RefMatrix< utPtr > | |
find(const utPtr &t, unsigned int *m, unsigned int *n) const | UT_RefMatrix< utPtr > | |
getMemoryUsage(bool inclusive) const | UT_RefMatrix< utPtr > | inline |
insertCol(unsigned int index) | UT_RefMatrix< utPtr > | |
insertCol(const UT_Array< utPtr > &c, unsigned int index) | UT_RefMatrix< utPtr > | |
insertRow(unsigned int index) | UT_RefMatrix< utPtr > | |
insertRow(const UT_Array< utPtr > &r, unsigned int index) | UT_RefMatrix< utPtr > | |
operator()(unsigned i, unsigned j) const | UT_RefMatrix< utPtr > | inline |
operator()(unsigned i, unsigned j) | UT_RefMatrix< utPtr > | inline |
operator=(const UT_RefMatrix< utPtr > &m) | UT_RefMatrix< utPtr > | |
operator==(const UT_RefMatrix< utPtr > &m) const | UT_RefMatrix< utPtr > | |
removeCol(unsigned int index) | UT_RefMatrix< utPtr > | |
removeRow(unsigned int index) | UT_RefMatrix< utPtr > | |
resize(unsigned int mSz, unsigned int nSz) | UT_RefMatrix< utPtr > | |
rows() const | UT_RefMatrix< utPtr > | inline |
safeGet(unsigned i, unsigned j) const | UT_RefMatrix< utPtr > | inline |
safeGet(unsigned i, unsigned j) | UT_RefMatrix< utPtr > | inline |
swap(UT_RefMatrix< utPtr > &other) | UT_RefMatrix< utPtr > | |
UT_PtrMatrix(unsigned mSz=0, unsigned nSz=0) | UT_PtrMatrix< utPtr > | inline |
UT_PtrMatrix(const UT_PtrMatrix< utPtr > &m) | UT_PtrMatrix< utPtr > | inline |
UT_RefMatrix(unsigned int mSz=0, unsigned int nSz=0) | UT_RefMatrix< utPtr > | explicit |
UT_RefMatrix(const UT_RefMatrix< utPtr > &m) | UT_RefMatrix< utPtr > | |
~UT_RefMatrix() | UT_RefMatrix< utPtr > |