29 #ifndef LATTICES_LCLELMASK_H
30 #define LATTICES_LCLELMASK_H
A Vector of integers, for indexing into Array<T> objects.
virtual void tempClose()
Temporarily close the lattice.
LCLELMask & operator=(const LCLELMask &other)
Assignment (copy semantics)
Class to define a rectangular box of interest.
virtual void resync()
Resynchronize the PagedArray object with the lattice file.
virtual Bool operator==(const LCRegion &other) const
Comparison.
virtual ~LCLELMask()
Destructor.
LatticeExpr< Bool > itsExpr
virtual void reopen()
Explicitly reopen the temporarily closed lattice.
virtual Bool lock(FileLocker::LockType, uInt nattempts)
Handle the (un)locking.
virtual LCRegion * doTranslate(const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
Translating an LCLELMask is not possible, so it throws an exception.
Class to define a mask as a LEL expression.
bool Bool
Define the standard types used by Casacore.
virtual TableRecord toRecord(const String &tableName) const
Convert the LCLELMask object to a record.
A hierarchical collection of named fields of various types.
static String className()
Returns LCLELMask.
String: the storage and methods of handling collections of characters.
virtual String type() const
Return region type.
LockType
Define the possible lock types.
virtual LCRegion * cloneRegion() const
Clone a LCLELMask object.
Abstract base class to define a single region.
virtual Bool hasLock(FileLocker::LockType) const
Abstract base class to define a region of interest in lattice coordinates.