28 #ifndef LATTICES_LELARRAY_H
29 #define LATTICES_LELARRAY_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/lattices/LEL/LELArrayBase.h>
158 #ifndef CASACORE_NO_AUTO_TEMPLATES
159 #include <casacore/lattices/LEL/LELArray.tcc>
const IPosition & shape() const
The length of each axis.
const Array< Bool > & mask() const
Get mask.
This LEL class holds a possible referenced array with a mask.
LELArrayRef(const LELArrayRef< T > &other)
Copy constructor is not needed.
const Array< T > & value() const
Get value.
LELArrayRef< T > & operator=(const LELArrayRef< T > &other)
Assignment is not needed.
LELArrayRef(const IPosition &shape)
Constructor takes shape.
LELArray(const LELArray< T > &other)
Copy constructor (reference semantics).
LELArray< T > & operator=(const LELArray< T > &other)
Assignment (reference semantics).
LELArray(const IPosition &shape)
Constructor takes shape.
const IPosition & shape() const
Get shape (of the value).
const Array< T > & value() const
Get value.
LELArray(const Array< T > &value, const Array< Bool > &mask)
Constructor takes value and mask.
LELArray(const Array< T > &value)
Constructor takes value.
this file contains all the compiler specific defines