28 #ifndef LATTICES_LCCONCATENATION_H
29 #define LATTICES_LCCONCATENATION_H
116 Int extendAxis,
const LCBox& extendRange);
A Vector of integers, for indexing into Array<T> objects.
virtual IPosition doNiceCursorShape(uInt maxPixels) const
This function is needed here because the niceCursorShape of the contributing region does not make any...
const LCBox & extendBox() const
Get the extend box.
Class to define a rectangular box of interest.
virtual TableRecord toRecord(const String &tableName) const
Convert the (derived) object to a record.
virtual void multiGetSlice(Array< Bool > &buffer, const Slicer §ion)
Do the actual getting of the mask.
virtual String type() const
Get the region type.
LCConcatenation & operator=(const LCConcatenation &other)
Assignment (copy semantics).
static String className()
Get the class name (to store in the record).
virtual LCRegion * cloneRegion() const
Make a copy of the derived object.
void fillRegionAxes()
Fill the object.
static LCConcatenation * fromRecord(const TableRecord &, const String &tableName)
Convert correct object from a record.
const PtrBlock< const LCRegion * > & regions() const
Get the contributing regions.
Int extendAxis() const
Get the extend axis.
bool Bool
Define the standard types used by Casacore.
Combine multiple LCRegion's into a new dimension.
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.
virtual Bool operator==(const LCRegion &other) const
Comparison.
String: the storage and methods of handling collections of characters.
virtual ~LCConcatenation()
Make the intersection of 2 or more regions.
virtual LCRegion * doTranslate(const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
Construct another LCRegion (for e.g.
Abstract base class to define a region of interest in lattice coordinates.