Public Member Functions | |
| virtual void | set (int, int, T)=0 |
| virtual T | get (int p0, int p1) const =0 |
| void | setND (const int *pos, T v) |
| T | getND (const int *pos) const |
| virtual const Array2DInfo & | info () const =0 |
| virtual T Array2D< T >::get | ( | int | p0, | |
| int | p1 | |||
| ) | const [pure virtual] |
Implemented in Array2DConv< T, TT >, and Array2DImpl< T >.
| T Array2D< T >::getND | ( | const int * | pos | ) | const [inline, virtual] |
Implements ArrayND< T >.
| virtual const Array2DInfo& Array2D< T >::info | ( | ) | const [pure virtual] |
Implements ArrayND< T >.
Implemented in Array2DConv< T, TT >, and Array2DImpl< T >.
| virtual void Array2D< T >::set | ( | int | , | |
| int | , | |||
| T | ||||
| ) | [pure virtual] |
Implemented in Array2DConv< T, TT >, and Array2DImpl< T >.
| void Array2D< T >::setND | ( | const int * | pos, | |
| T | v | |||
| ) | [inline, virtual] |
Implements ArrayND< T >.
1.7.1