Public Member Functions | |
| virtual void | set (int, T)=0 |
| virtual T | get (int) const =0 |
| void | setND (const int *pos, T v) |
| T | getND (const int *pos) const |
| T | value (int64_t i) const |
| bool | writable () const |
| void | setValue (int64_t i, T t) |
| virtual const Array1DInfo & | info () const =0 |
| virtual T Array1D< T >::get | ( | int | ) | const [pure virtual] |
Implemented in Array1DConv< T, TT >, and Array1DImpl< T >.
| T Array1D< T >::getND | ( | const int * | pos | ) | const [inline] |
| virtual const Array1DInfo& Array1D< T >::info | ( | ) | const [pure virtual] |
Implemented in Array1DConv< T, TT >, and Array1DImpl< T >.
| virtual void Array1D< T >::set | ( | int | , | |
| T | ||||
| ) | [pure virtual] |
Implemented in Array1DConv< T, TT >, and Array1DImpl< T >.
| void Array1D< T >::setND | ( | const int * | pos, | |
| T | v | |||
| ) | [inline] |
| void Array1D< T >::setValue | ( | int64_t | i, | |
| T | t | |||
| ) | [inline, virtual] |
Reimplemented from ValueSeries< T >.
| T Array1D< T >::value | ( | int64_t | i | ) | const [inline, virtual] |
Implements ValueSeries< T >.
| bool Array1D< T >::writable | ( | ) | const [inline, virtual] |
Reimplemented from ValueSeries< T >.
1.7.1