28 #ifndef IMAGES_WCCONCATENATION_H
29 #define IMAGES_WCCONCATENATION_H
118 const WCBox& extendRange);
120 const WCBox& extendRange);
A Vector of integers, for indexing into Array<T> objects.
virtual TableRecord toRecord(const String &tableName) const
Convert the (derived) object to a record.
WCConcatenation & operator=(const WCConcatenation &other)
Assignment (copy semantics).
virtual LCRegion * doToLCRegion(const CoordinateSystem &cSys, const IPosition &shape, const IPosition &pixelAxesMap, const IPosition &outOrder) const
Convert to an LCRegion using the given coordinate system and shape.
const PtrBlock< const WCRegion * > & regions() const
Get the contributing regions.
void fill()
Do a check and fill the remainder of the object.
WCConcatenation(const PtrBlock< const ImageRegion * > ®ions, const WCBox &extendRange)
Combine the given regions.
virtual Bool operator==(const WCRegion &other) const
Comparison.
static WCConcatenation * fromRecord(const TableRecord &, const String &tableName)
Convert correct object from a record.
static String className()
Get the class name (to store in the record).
Combine multiple ImageRegion's into a new dimension.
Base class for compound WCRegion objects.
bool Bool
Define the standard types used by Casacore.
virtual WCRegion * cloneRegion() const
Make a copy of the derived object.
A drop-in replacement for Block<T*>.
TableExprNode shape(const TableExprNode &array)
Function operating on any scalar or array resulting in a Double array containing the shape...
A hierarchical collection of named fields of various types.
virtual String type() const
Get the region type.
Base class to define world coordinate regions of interest in an image.
String: the storage and methods of handling collections of characters.
virtual ~WCConcatenation()
Class to define a world coordinate box region of interest in an image.
Interconvert pixel and world coordinates.
Abstract base class to define a region of interest in lattice coordinates.