28 #ifndef IMAGES_REGIONHANDLERHDF5_H
29 #define IMAGES_REGIONHANDLERHDF5_H
virtual RegionHandlerHDF5 * clone() const
Make a copy of the object.
virtual ImageRegion * getRegion(const String &name, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const
Get a region belonging to the table.
A 1-D Specialization of the Array class.
virtual ~RegionHandlerHDF5()
void save(Bool always=False)
virtual Bool canDefineRegion() const
Can the class indeed define and handle regions? The default implementation returns False...
A non-templated, abstract base class for array-like objects.
virtual void setObjectPtr(void *objectPtr)
Set the object pointer (for RegionHandlerTable's callback).
GetCallback * itsCallback
const CountedPtr< HDF5File > & file() const
Base class for handling regions in images.
virtual void setDefaultMask(const String &maskName)
Set the default mask to the mask with the given name.
virtual Bool defineRegion(const String &name, const ImageRegion ®ion, RegionHandler::GroupType, Bool overwrite=False)
Define a region belonging to the table.
virtual Bool renameRegion(const String &newName, const String &oldName, RegionHandler::GroupType=Any, Bool overwrite=False)
Rename a region.
Referenced counted pointer for constant data.
virtual Vector< String > regionNames(RegionHandler::GroupType=Any) const
Get the names of all regions/masks.
RegionHandlerHDF5 & operator=(const RegionHandlerHDF5 &)
virtual ImageRegion makeMask(const LatticeBase &lattice, const String &name)
Make a mask for a lattice (e.g.
RegionHandlerHDF5(GetCallback *callback, void *objectPtr)
bool Bool
Define the standard types used by Casacore.
A hierarchical collection of named fields of various types.
const CountedPtr< HDF5File > & GetCallback(void *objectPtr)
Class to hold a region of interest in an image.
virtual String getDefaultMask() const
Get the name of the default mask.
Class for keeping regions in an HDF5 file.
String: the storage and methods of handling collections of characters.
virtual Bool removeRegion(const String &name, RegionHandler::GroupType=Any, Bool throwIfUnknown=True)
Remove a region belonging to the table.
virtual Bool hasRegion(const String &name, RegionHandler::GroupType=RegionHandler::Any) const
Does the table have a region with the given name?
virtual Int findRegionGroup(const String ®ionName, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const
GroupType
Define the possible group types (regions or masks).