Public Types | |
| typedef long | index_type |
| typedef T | value_type |
Public Member Functions | |
| TArr2D (const index_type &LB1, const index_type &HB1, const index_type &LB2, const index_type &HB2, std::string arrayName) | |
| ~TArr2D () | |
| index_type | LBound1 () const |
| index_type | HBound1 () const |
| index_type | LBound2 () const |
| index_type | HBound2 () const |
| T & | operator() (const index_type &index1, const index_type &index2) |
| const T & | operator() (const index_type &index1, const index_type &index2) const |
| T & | at (const index_type &index1, const index_type &index2) |
| const T & | at (const index_type &index1, const index_type &index2) const |
| void | ShiftBounds (const index_type &Shift1, const index_type &Shift2) |
| std::string | OwnName () const |
Private Member Functions | |
| TArr2D (TArr2D &) | |
| TArr2D & | operator= (TArr2D &) |
Private Attributes | |
| T * | data |
| std::string | OwnName_ |
| index_type | LBound1_ |
| index_type | HBound1_ |
| index_type | LBound2_ |
| index_type | HBound2_ |
| index_type | index1_size |
| index_type | index2_size |
| typedef long TArr2D< T >::index_type |
| typedef T TArr2D< T >::value_type |
| TArr2D< T >::TArr2D | ( | const index_type & | LB1, | |
| const index_type & | HB1, | |||
| const index_type & | LB2, | |||
| const index_type & | HB2, | |||
| std::string | arrayName | |||
| ) |
| index_type TArr2D< T >::LBound1 | ( | ) | const [inline] |
| index_type TArr2D< T >::HBound1 | ( | ) | const [inline] |
| index_type TArr2D< T >::LBound2 | ( | ) | const [inline] |
| index_type TArr2D< T >::HBound2 | ( | ) | const [inline] |
| T & TArr2D< T >::operator() | ( | const index_type & | index1, | |
| const index_type & | index2 | |||
| ) |
| const T & TArr2D< T >::operator() | ( | const index_type & | index1, | |
| const index_type & | index2 | |||
| ) | const |
| T & TArr2D< T >::at | ( | const index_type & | index1, | |
| const index_type & | index2 | |||
| ) |
| const T & TArr2D< T >::at | ( | const index_type & | index1, | |
| const index_type & | index2 | |||
| ) | const |
| void TArr2D< T >::ShiftBounds | ( | const index_type & | Shift1, | |
| const index_type & | Shift2 | |||
| ) | [inline] |
| std::string TArr2D< T >::OwnName | ( | ) | const [inline] |
index_type TArr2D< T >::LBound1_ [private] |
index_type TArr2D< T >::HBound1_ [private] |
index_type TArr2D< T >::LBound2_ [private] |
index_type TArr2D< T >::HBound2_ [private] |
index_type TArr2D< T >::index1_size [private] |
index_type TArr2D< T >::index2_size [private] |
1.4.7
Click here to return home page.