28 #ifndef LATTICES_LCDIFFERENCE_H
29 #define LATTICES_LCDIFFERENCE_H
A Vector of integers, for indexing into Array<T> objects.
Make the difference of 2 regions.
virtual TableRecord toRecord(const String &tableName) const
Convert the (derived) object to a record.
virtual String type() const
Get the region type.
static LCDifference * fromRecord(const TableRecord &, const String &tableName)
Convert correct object from a record.
virtual void multiGetSlice(Array< Bool > &buffer, const Slicer §ion)
Do the actual getting of the mask.
LCDifference & operator=(const LCDifference &other)
Assignment (copy semantics).
virtual LCRegion * cloneRegion() const
Make a copy of the derived object.
virtual Bool operator==(const LCRegion &other) const
Comparison.
virtual LCRegion * doTranslate(const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
Construct another LCRegion (for e.g.
const PtrBlock< const LCRegion * > & regions() const
Get the contributing regions.
bool Bool
Define the standard types used by Casacore.
static String className()
Get the class name (to store in the record).
A drop-in replacement for Block<T*>.
A hierarchical collection of named fields of various types.
Specify which elements to extract from an n-dimensional array.
String: the storage and methods of handling collections of characters.
Make the intersection of 2 or more regions.
Abstract base class to define a region of interest in lattice coordinates.
void defineBox()
Make the bounding box and determine the offsets.