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