|
| | Slice (int nrows, int ncols, float udfval=0) |
| |
| void | setUndefValue (float udfval, bool initdata=false) |
| |
| float | undefValue () const |
| |
| | Array2DImpl (const Array2D< float > &) |
| |
| | Array2DImpl (const Array2DImpl< float > &) |
| |
| | Array2DImpl (const Array2DInfo &) |
| |
| | Array2DImpl (int sz0, int sz1) |
| |
| | ~Array2DImpl () |
| |
| bool | canSetInfo () const override |
| |
| bool | canSetStorage () const override |
| |
| void | copyFrom (const Array2D< float > &) |
| |
| float | get (int, int) const override |
| |
| const float ** | get2DData () const override |
| |
| float ** | get2DData () override |
| |
| const Array2DInfo & | info () const override |
| |
| bool | isOK () const override |
| |
| Array2DImpl< float > & | operator= (const Array2D< float > &ai) |
| |
| Array2DImpl< float > & | operator= (const Array2DImpl< float > &ai) |
| |
| void | set (int, int, float) override |
| |
| void | setEmpty () override |
| |
| bool | setInfo (const ArrayNDInfo &) override |
| |
| bool | setSize (int, int) |
| |
| bool | setStorage (ValueSeries< float > *) override |
| |
| T | getND (const int *pos) const override |
| |
| void | setND (const int *pos, T v) override |
| |
| virtual | ~ArrayND () |
| |
| virtual bool | canChangeNrDims () const |
| |
| virtual T * | get1D (const int *) |
| |
| virtual const T * | get1D (const int *) const |
| |
| virtual int | get1DDim () const |
| |
| virtual void | getAll (T *ptr) const |
| |
| virtual void | getAll (ValueSeries< T > &vs) const |
| |
| T * | getData () |
| |
| const T * | getData () const |
| |
| int | getSize (int dim) const |
| |
| ValueSeries< T > * | getStorage () |
| |
| const ValueSeries< T > * | getStorage () const |
| |
| virtual bool | isEmpty () const |
| |
| virtual bool | isSettable () const |
| |
| int | nrDims () const |
| |
| virtual void | setAll (T) |
| |
| virtual void | setData (const T *) |
| |
| od_uint64 | totalSize () const |
| |
| bool | validPos (int *pos) const |
| |
| void | addObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private.
|
| |
| int | nrRefs () const |
| | Only for expert use.
|
| |
| void | ref () const |
| |
| bool | refIfReffed () const |
| | Don't use in production, for debugging.
|
| |
| void | removeObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private.
|
| |
| bool | tryRef () const |
| | Not for normal use. May become private.
|
| |
| void | unRef () const |
| |
| void | unRefNoDelete () const |
| |
Slice containing attribute values.
The sliceidx determines the position of the slice in the requested cube, see AttribSliceSet for details.
<>