Go to the documentation of this file.
28 #ifndef LATTICES_LELLATTICE_H
29 #define LATTICES_LELLATTICE_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/lattices/LEL/LELInterface.h>
39 template <
class T>
class Lattice;
40 template <
class T>
class MaskedLattice;
115 const Slicer& section)
const;
117 const Slicer& section)
const;
144 #ifndef CASACORE_NO_AUTO_TEMPLATES
145 #include <casacore/lattices/LEL/LELLattice.tcc>
146 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual LELScalar< T > getScalar() const
Getting a scalar value is not possible (throws exception).
LockType
Define the possible lock types.
LELLattice(const MaskedLattice< T > &lattice)
This LEL class holds a possible referenced array with a mask.
LELLattice(const Lattice< T > &lattice)
Constructor takes lattice to fetch from it.
MaskedLattice< T > * pLattice_p
this file contains all the compiler specific defines
virtual void evalRef(LELArrayRef< T > &result, const Slicer §ion) const
virtual Bool lock(FileLocker::LockType, uInt nattempts)
Handle locking/syncing of a lattice in a lattice expression.
virtual Bool prepareScalarExpr()
Do further preparations (e.g.
virtual void eval(LELArray< T > &result, const Slicer §ion) const
Evaluate the expression; this means get the chunk of the lattice.
String: the storage and methods of handling collections of characters.
~LELLattice()
Destructor does nothing.
virtual Bool hasLock(FileLocker::LockType) const
bool Bool
Define the standard types used by Casacore.
virtual String className() const
Get class name.