28 #ifndef LATTICES_LATTICEEXPR_H 29 #define LATTICES_LATTICEEXPR_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/lattices/Lattices/MaskedLattice.h> 35 #include <casacore/lattices/LEL/LatticeExprNode.h> 36 #include <casacore/lattices/LRegions/LatticeRegion.h> 37 #include <casacore/casa/Arrays/Slicer.h> 42 template <
class T>
class Array;
252 #ifndef CASACORE_NO_AUTO_TEMPLATES 253 #include <casacore/lattices/LEL/LatticeExpr.tcc> 254 #endif //# CASACORE_NO_AUTO_TEMPLATES A Vector of integers, for indexing into Array<T> objects.
void throwBoolMath() const
Throw an exception for arithmetic on a Bool Lattice.
This LEL class holds an array with a mask.
virtual void handleMathTo(Lattice< T > &to, int oper) const
Handle the Math operators (+=, -=, *=, /=).
virtual Bool lock(FileLocker::LockType, uInt nattempts)
Handle locking of the LatticeExpr which is delegated to all of its parts.
virtual void copyDataTo(Lattice< T > &to) const
Copy the data from this lattice to the given lattice.
virtual MaskedLattice< T > * cloneML() const
Make a copy of the derived object (reference semantics).
virtual IPosition doNiceCursorShape(uInt maxPixels) const
Return the best cursor shape.
Envelope class to handle Lattice Coordinates in LEL.
virtual Bool hasLock(FileLocker::LockType) const
virtual Bool isWritable() const
Returns False, as the LatticeExpr lattice is not writable.
A templated, abstract base class for array-like objects with masks.
virtual LELCoordinates lelCoordinates() const
Returns the coordinates of the lattice expression.
virtual Bool doGetMaskSlice(Array< Bool > &buffer, const Slicer §ion)
Do the actual get of the mask data.
virtual void doPutSlice(const Array< T > &sourceBuffer, const IPosition &where, const IPosition &stride)
An expression is not writable so this functions throws an exception.
void init(const LatticeExprNode &expr)
Initialize the object from the expression.
A templated, abstract base class for array-like objects.
LatticeExpr< T > & operator=(const LatticeExpr< T > &other)
Assignment (reference semantics)
virtual IPosition shape() const
Returns the shape of the Lattice including all degenerate axes (i.e.
bool Bool
Define the standard types used by Casacore.
virtual Bool doGetSlice(Array< T > &buffer, const Slicer §ion)
Do the actual get of the data.
virtual Bool isMasked() const
Has the object really a mask?
template <class T, class U> class vector;
LELArray< T > * lastChunkPtr_p
Specify which elements to extract from an n-dimensional array.
LatticeExpr()
Default constructor.
Bridging class to allow C++ expressions involving lattices.
virtual void resync()
Resynchronize the Lattice object with the lattice file.
virtual const LatticeRegion * getRegionPtr() const
Get the region used (always returns 0).
An optionally strided region in a Lattice.
virtual ~LatticeExpr()
Destructor, does nothing.
LockType
Define the possible lock types.
Class to allow C++ expressions involving lattices.
this file contains all the compiler specific defines