casa
$Rev:20696$
|
Class for keeping regions in memory. More...
#include <RegionHandlerMemory.h>
Public Member Functions | |
RegionHandlerMemory () | |
RegionHandlerMemory (const RegionHandlerMemory &) | |
virtual | ~RegionHandlerMemory () |
RegionHandlerMemory & | operator= (const RegionHandlerMemory &) |
virtual RegionHandlerMemory * | clone () const |
Make a copy of the object. | |
virtual Bool | canDefineRegion () const |
Can the class indeed define and handle regions? The default implementation returns False. | |
virtual void | setDefaultMask (const String &maskName) |
virtual String | getDefaultMask () const |
virtual Bool | defineRegion (const String &name, const ImageRegion ®ion, RegionHandler::GroupType, Bool overwrite=False) |
virtual Bool | hasRegion (const String &name, RegionHandler::GroupType=RegionHandler::Any) const |
Does the table have a region with the given name? | |
virtual ImageRegion * | getRegion (const String &name, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const |
virtual Bool | renameRegion (const String &newName, const String &oldName, RegionHandler::GroupType=Any, Bool overwrite=False) |
virtual Bool | removeRegion (const String &name, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) |
virtual Vector< String > | regionNames (RegionHandler::GroupType=Any) const |
Get the names of all regions/masks. | |
virtual ImageRegion | makeMask (const LatticeBase &lattice, const String &name) |
Private Member Functions | |
Int | findRegionGroup (const String ®ionName, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const |
virtual ImageRegion * | findRegion (const String &name, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const |
void | clear () |
Private Attributes | |
String | itsDefaultName |
SimpleOrderedMap< String, void * > * | itsMaps [2] |
Class for keeping regions in memory.
Internal
Persistent regions are stored as subrecords of the table keywords "regions" and "masks". The user can choose one of both keywords. Keyword "masks" is meant for true image masks, i.e. telling for each pixel if it is good or bad. Keyword "regions" is meant for true regions in an image.
This class handles defining, getting and removing such regions. It is used by class
Definition at line 87 of file RegionHandlerMemory.h.
virtual casa::RegionHandlerMemory::~RegionHandlerMemory | ( | ) | [virtual] |
virtual Bool casa::RegionHandlerMemory::canDefineRegion | ( | ) | const [virtual] |
Can the class indeed define and handle regions? The default implementation returns False.
Reimplemented from casa::RegionHandler.
void casa::RegionHandlerMemory::clear | ( | ) | [private] |
virtual RegionHandlerMemory* casa::RegionHandlerMemory::clone | ( | ) | const [virtual] |
Make a copy of the object.
Reimplemented from casa::RegionHandler.
virtual Bool casa::RegionHandlerMemory::defineRegion | ( | const String & | name, |
const ImageRegion & | region, | ||
RegionHandler::GroupType | , | ||
Bool | overwrite = False |
||
) | [virtual] |
Reimplemented from casa::RegionHandler.
virtual ImageRegion* casa::RegionHandlerMemory::findRegion | ( | const String & | name, |
RegionHandler::GroupType | = Any , |
||
Bool | throwIfUnknown = True |
||
) | const [private, virtual] |
Int casa::RegionHandlerMemory::findRegionGroup | ( | const String & | regionName, |
RegionHandler::GroupType | = Any , |
||
Bool | throwIfUnknown = True |
||
) | const [private] |
virtual String casa::RegionHandlerMemory::getDefaultMask | ( | ) | const [virtual] |
Reimplemented from casa::RegionHandler.
virtual ImageRegion* casa::RegionHandlerMemory::getRegion | ( | const String & | name, |
RegionHandler::GroupType | = Any , |
||
Bool | throwIfUnknown = True |
||
) | const [virtual] |
Reimplemented from casa::RegionHandler.
virtual Bool casa::RegionHandlerMemory::hasRegion | ( | const String & | name, |
RegionHandler::GroupType | = RegionHandler::Any |
||
) | const [virtual] |
Does the table have a region with the given name?
Reimplemented from casa::RegionHandler.
virtual ImageRegion casa::RegionHandlerMemory::makeMask | ( | const LatticeBase & | lattice, |
const String & | name | ||
) | [virtual] |
Reimplemented from casa::RegionHandler.
RegionHandlerMemory& casa::RegionHandlerMemory::operator= | ( | const RegionHandlerMemory & | ) |
virtual Vector<String> casa::RegionHandlerMemory::regionNames | ( | RegionHandler::GroupType | = Any | ) | const [virtual] |
Get the names of all regions/masks.
Reimplemented from casa::RegionHandler.
virtual Bool casa::RegionHandlerMemory::removeRegion | ( | const String & | name, |
RegionHandler::GroupType | = Any , |
||
Bool | throwIfUnknown = True |
||
) | [virtual] |
Reimplemented from casa::RegionHandler.
virtual Bool casa::RegionHandlerMemory::renameRegion | ( | const String & | newName, |
const String & | oldName, | ||
RegionHandler::GroupType | = Any , |
||
Bool | overwrite = False |
||
) | [virtual] |
Reimplemented from casa::RegionHandler.
virtual void casa::RegionHandlerMemory::setDefaultMask | ( | const String & | maskName | ) | [virtual] |
Reimplemented from casa::RegionHandler.
Definition at line 183 of file RegionHandlerMemory.h.
SimpleOrderedMap<String, void*>* casa::RegionHandlerMemory::itsMaps[2] [private] |
Definition at line 184 of file RegionHandlerMemory.h.