28 #ifndef LATTICES_LCEXTENSION_H
29 #define LATTICES_LCEXTENSION_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/lattices/LRegions/LCRegionMulti.h>
34 #include <casacore/lattices/LRegions/LCBox.h>
virtual Bool operator==(const LCRegion &other) const
Comparison.
virtual IPosition doNiceCursorShape(uInt maxPixels) const
This function is needed here because the niceCursorShape of the contributing region does not make any...
virtual void multiGetSlice(Array< Bool > &buffer, const Slicer §ion)
Do the actual getting of the mask.
LCExtension(const LCRegion ®ion, const IPosition &extendAxes, const LCBox &extendBox)
Extend the given region along axes as given by extendAxes from the bottom left corner (blc) to the to...
virtual LCRegion * cloneRegion() const
Make a copy of the derived object.
LCExtension(Bool takeOver, const LCRegion *region, const IPosition &extendAxes, const LCBox &extendBox)
LCExtension & operator=(const LCExtension &other)
Assignment (copy semantics).
virtual TableRecord toRecord(const String &tableName) const
Convert the (derived) object to a record.
LCExtension(const LCExtension &other)
Copy constructor (copy semantics).
const LCRegion & region() const
Get the original region.
void fillRegionAxes()
Fill the object.
static String className()
Get the class name (to store in the record).
const LCBox & extendBox() const
Get the extend box.
virtual String type() const
Get the region type.
virtual LCRegion * doTranslate(const Vector< Float > &translateVector, const IPosition &newLatticeShape) const
Construct another LCRegion (for e.g.
static LCExtension * fromRecord(const TableRecord &, const String &tableName)
Convert correct object from a record.
const IPosition & extendAxes() const
Get the extend axes.
void fill(const IPosition &stretchAxes, const LCBox &stretchBox)
const PtrBlock< const LCRegion * > & regions() const
Get the contributing regions.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.