28 #ifndef LATTICES_LELFUNCTION_H 29 #define LATTICES_LELFUNCTION_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/lattices/LEL/LELInterface.h> 35 #include <casacore/lattices/LEL/LatticeExprNode.h> 36 #include <casacore/lattices/LEL/LELFunctionEnums.h> 37 #include <casacore/casa/Containers/Block.h> 120 const Slicer& section)
const;
222 const Slicer& section)
const;
327 const Slicer& section)
const;
433 const Slicer& section)
const;
545 const Slicer& section)
const;
647 const Slicer& section)
const;
744 const Slicer& section)
const;
840 const Slicer& section)
const;
869 #ifndef CASACORE_NO_AUTO_TEMPLATES 870 #include <casacore/lattices/LEL/LELFunction.tcc> 871 #endif //# CASACORE_NO_AUTO_TEMPLATES Block< LatticeExprNode > arg_p
LELFunctionEnums::Function function_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.
LatticeExprNode mask(const LatticeExprNode &expr)
This function returns the mask of the given expression.
This LEL class handles numerical functions whose return type is a Float.
This LEL class handles numerical (real only) 1-argument functions.
LELFunctionEnums::Function function_p
LELFunctionEnums::Function function_p
This LEL class handles functions with a variable number of arguments.
Block< LatticeExprNode > arg_p
This LEL class handles logical functions.
~LELFunction1D()
Destructor.
LELFunctionEnums::Function function_p
This base class provides the interface for Lattice expressions.
This LEL class handles complex numerical functions.
Referenced counted pointer for constant data.
CountedPtr< LELInterface< T > > pExpr_p
virtual Bool hasLock(FileLocker::LockType) const
Block< LatticeExprNode > arg_p
virtual void eval(LELArray< T > &result, const Slicer §ion) const
Recursively evaluate the expression.
LELFunction1D(const LELFunctionEnums::Function function, const CountedPtr< LELInterface< T > > &expr)
Constructor takes operation and expression to be operated upon.
virtual Bool prepareScalarExpr()
Do further preparations (e.g.
bool Bool
Define the standard types used by Casacore.
Block< LatticeExprNode > arg_p
This LEL class handles numerical functions whose return type is a Double.
This LEL class handles numerical (real and complex) 1-argument functions.
LELFunctionEnums::Function function_p
Specify which elements to extract from an n-dimensional array.
LELFunctionEnums::Function function_p
Block< LatticeExprNode > arg_p
CountedPtr< LELInterface< T > > pExpr_p
Bridging class to allow C++ expressions involving lattices.
Block< LatticeExprNode > arg_p
virtual LELScalar< T > getScalar() const
Recursively evaluate the scalar expression.
LELFunctionEnums::Function function_p
String: the storage and methods of handling collections of characters.
This LEL class handles double complex numerical functions.
LELFunctionEnums::Function function_p
LockType
Define the possible lock types.
this file contains all the compiler specific defines
virtual String className() const
Get class name.
This LEL class holds a scalar with a mask.