|
| template_2d_array () |
|
| ~template_2d_array () |
|
| template_2d_array (const template_2d_array &rhs) |
|
const template_2d_array & | operator= (const template_2d_array &rhs) |
|
const T & | operator() (int i1, int i2) const |
|
T & | operator() (int i1, int i2) |
|
void | setbounds (int iLow1, int iHigh1, int iLow2, int iHigh2) |
|
void | setcontent (int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent) |
|
T * | getcontent () |
|
const T * | getcontent () const |
|
int | getlowbound (int iBoundNum) const |
|
int | gethighbound (int iBoundNum) const |
|
raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) |
|
raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) |
|
const_raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) const |
|
const_raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) const |
|
| template_2d_array () |
|
| ~template_2d_array () |
|
| template_2d_array (const template_2d_array &rhs) |
|
const template_2d_array & | operator= (const template_2d_array &rhs) |
|
const T & | operator() (int i1, int i2) const |
|
T & | operator() (int i1, int i2) |
|
void | setbounds (int iLow1, int iHigh1, int iLow2, int iHigh2) |
|
void | setcontent (int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent) |
|
T * | getcontent () |
|
const T * | getcontent () const |
|
int | getlowbound (int iBoundNum) const |
|
int | gethighbound (int iBoundNum) const |
|
raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) |
|
raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) |
|
const_raw_vector< T > | getcolumn (int iColumn, int iRowStart, int iRowEnd) const |
|
const_raw_vector< T > | getrow (int iRow, int iColumnStart, int iColumnEnd) const |
|
template<class
T>
class ap::template_2d_array< T >
Definition at line 806 of file ap.h.