|
| | 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 |
| |
| bool | setInfo (const ArrayNDInfo &) override |
| |
| bool | setSize (int, int) |
| |
| bool | setStorage (ValueSeries< float > *) override |
| |
| float | getND (const int *pos) const override |
| |
| virtual void | set (int, int, float)=0 |
| |
| void | setND (const int *pos, float v) override |
| |
| virtual | ~ArrayND () |
| |
| virtual bool | canChangeNrDims () const |
| |
| virtual float * | get1D (const int *) |
| |
| virtual const float * | get1D (const int *) const |
| |
| virtual int | get1DDim () const |
| |
| virtual void | getAll (float *ptr) const |
| |
| virtual void | getAll (ValueSeries< float > &vs) const |
| |
| float * | getData () |
| |
| const float * | getData () const |
| |
| int | getSize (int dim) const |
| |
| ValueSeries< float > * | getStorage () |
| |
| const ValueSeries< float > * | getStorage () const |
| |
| virtual bool | isEmpty () const |
| |
| virtual bool | isSettable () const |
| |
| int | nrDims () const |
| |
| virtual void | setAll (float) |
| |
| virtual bool | setStorage (ValueSeries< float > *s) |
| |
| std::uint64_t | totalSize () const |
| |
| bool | validPos (int *pos) const |
| |
| void | addObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private. More...
|
| |
| int | nrRefs () const |
| | Only for expert use. More...
|
| |
| void | ref () const |
| |
| bool | refIfReffed () const |
| | Don't use in production, for debugging. More...
|
| |
| void | removeObserver (WeakPtrBase *obs) |
| | Not for normal use. May become private. More...
|
| |
| bool | tryRef () const |
| | Not for normal use. May become private. More...
|
| |
| 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.
<>