Go to the documentation of this file.
28 #ifndef LATTICES_LELARRAY_H
29 #define LATTICES_LELARRAY_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/lattices/LEL/LELArrayBase.h>
62 template <
class T>
class LELArray :
public LELArrayBase
158 #ifndef CASACORE_NO_AUTO_TEMPLATES
159 #include <casacore/lattices/LEL/LELArray.tcc>
160 #endif //# CASACORE_NO_AUTO_TEMPLATES
A Vector of integers, for indexing into Array<T> objects.
const Array< T > & value() const
Get value.
const Array< T > & value() const
Get value.
This LEL class holds an array with a mask.
This LEL class holds a possible referenced array with a mask.
Base class for LELArray holding the mask.
LELArray(const Array< T > &value)
Constructor takes value.
const Array< Bool > & mask() const
Get mask.
this file contains all the compiler specific defines
LELArray< T > & operator=(const LELArray< T > &other)
Assignment (reference semantics).
const IPosition & shape() const
Get shape (of the value).
LELArrayRef(const IPosition &shape)
Constructor takes shape.
template <class T, class U> class vector;
LELArray(const Array< T > &value, const Array< Bool > &mask)
Constructor takes value and mask.
LELArrayRef< T > & operator=(const LELArrayRef< T > &other)
Assignment is not needed.