HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_RefMatrix< T > Member List

This is the complete list of members for UT_RefMatrix< T >, including all inherited members.

appendCol(const UT_Array< T > &c)UT_RefMatrix< T >
appendRow(const UT_Array< T > &r)UT_RefMatrix< T >
apply(int(*apply_func)(T &t, void *d), void *d)UT_RefMatrix< T >
cols() const UT_RefMatrix< T >inline
Comparator typedefUT_RefMatrix< T >
cycle(int rowshift, int colshift)UT_RefMatrix< T >
find(const T &t, unsigned int *m, unsigned int *n) const UT_RefMatrix< T >
getMemoryUsage(bool inclusive) const UT_RefMatrix< T >inline
insertCol(unsigned int index)UT_RefMatrix< T >
insertCol(const UT_Array< T > &c, unsigned int index)UT_RefMatrix< T >
insertRow(unsigned int index)UT_RefMatrix< T >
insertRow(const UT_Array< T > &r, unsigned int index)UT_RefMatrix< T >
operator()(unsigned i, unsigned j) const UT_RefMatrix< T >inline
operator()(unsigned i, unsigned j)UT_RefMatrix< T >inline
operator=(const UT_RefMatrix< T > &m)UT_RefMatrix< T >
operator==(const UT_RefMatrix< T > &m) const UT_RefMatrix< T >
removeCol(unsigned int index)UT_RefMatrix< T >
removeRow(unsigned int index)UT_RefMatrix< T >
resize(unsigned int mSz, unsigned int nSz)UT_RefMatrix< T >
rows() const UT_RefMatrix< T >inline
safeGet(unsigned i, unsigned j) const UT_RefMatrix< T >inline
safeGet(unsigned i, unsigned j)UT_RefMatrix< T >inline
swap(UT_RefMatrix< T > &other)UT_RefMatrix< T >
UT_RefMatrix(unsigned int mSz=0, unsigned int nSz=0)UT_RefMatrix< T >explicit
UT_RefMatrix(const UT_RefMatrix< T > &m)UT_RefMatrix< T >
~UT_RefMatrix()UT_RefMatrix< T >