28 #ifndef LATTICES_LELCONDITION_H
29 #define LATTICES_LELCONDITION_H
107 const Slicer& section)
const;
135 #ifndef CASACORE_NO_AUTO_TEMPLATES
136 #include <casacore/lattices/LEL/LELCondition.tcc>
137 #endif //# CASACORE_NO_AUTO_TEMPLATES
This LEL class holds an array with a mask.
virtual String className() const
Get class name.
CountedPtr< LELInterface< Bool > > pCond_p
LELCondition(const CountedPtr< LELInterface< T > > &expr, const CountedPtr< LELInterface< Bool > > &cond)
Construct the condition on the given expression.
virtual LELScalar< T > getScalar() const
Recursively evaluate the scalar.
Class to make a mask from a condition.
virtual Bool prepareScalarExpr()
Do further preparations (e.g.
virtual Bool lock(FileLocker::LockType, uInt nattempts)
Handle locking/syncing of a lattice in a lattice expression.
This base class provides the interface for Lattice expressions.
virtual Bool hasLock(FileLocker::LockType) const
Referenced counted pointer for constant data.
~LELCondition()
Destructor does nothing.
virtual void eval(LELArray< T > &result, const Slicer §ion) const
Recursively evaluate the expression.
bool Bool
Define the standard types used by Casacore.
CountedPtr< LELInterface< T > > pExpr_p
Specify which elements to extract from an n-dimensional array.
String: the storage and methods of handling collections of characters.
LockType
Define the possible lock types.
This LEL class holds a scalar with a mask.