28 #ifndef LATTICES_LELBINARY_H 29 #define LATTICES_LELBINARY_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/lattices/LEL/LELInterface.h> 35 #include <casacore/lattices/LEL/LELBinaryEnums.h> 120 const Slicer& section)
const;
225 const Slicer& section)
const;
326 const Slicer& section)
const;
356 #ifndef CASACORE_NO_AUTO_TEMPLATES 357 #include <casacore/lattices/LEL/LELBinary.tcc> 358 #endif //# CASACORE_NO_AUTO_TEMPLATES virtual Bool hasLock(FileLocker::LockType) const
This LEL class handles relational binary numerical operators.
CountedPtr< LELInterface< T > > pRightExpr_p
This LEL class holds an array with a mask.
virtual Bool lock(FileLocker::LockType, uInt nattempts)
Handle locking/syncing of a lattice in a lattice expression.
virtual LELScalar< T > getScalar() const
Recursively efvaluate the scalar expression.
virtual String className() const
Get class name.
LELBinaryEnums::Operation op_p
This base class provides the interface for Lattice expressions.
LELBinaryEnums::Operation op_p
Referenced counted pointer for constant data.
LELBinaryEnums::Operation op_p
bool Bool
Define the standard types used by Casacore.
This LEL class handles logical binary operators.
Specify which elements to extract from an n-dimensional array.
This LEL class handles numerical binary operators.
CountedPtr< LELInterface< T > > pRightExpr_p
virtual Bool prepareScalarExpr()
Do further preparations (e.g.
CountedPtr< LELInterface< Bool > > pLeftExpr_p
String: the storage and methods of handling collections of characters.
LockType
Define the possible lock types.
LELBinary(const LELBinaryEnums::Operation op, const CountedPtr< LELInterface< T > > &pLeftExpr, const CountedPtr< LELInterface< T > > &pRightExpr)
Constructor takes operation and left and right expressions to be operated upon.
virtual void eval(LELArray< T > &result, const Slicer §ion) const
Recursively evaluate the expression.
CountedPtr< LELInterface< T > > pLeftExpr_p
this file contains all the compiler specific defines
CountedPtr< LELInterface< Bool > > pRightExpr_p
CountedPtr< LELInterface< T > > pLeftExpr_p
This LEL class holds a scalar with a mask.