casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Member Functions | Private Attributes
casa::RegionHandlerTable Class Reference

Class for keeping regions in memory. More...

#include <RegionHandlerTable.h>

Inheritance diagram for casa::RegionHandlerTable:
casa::RegionHandler

List of all members.

Public Types

typedef TableGetCallback (void *objectPtr, Bool writable)
 
   

Public Member Functions

 RegionHandlerTable (GetCallback *callback, void *objectPtr)
 RegionHandlerTable (const RegionHandlerTable &)
virtual ~RegionHandlerTable ()
RegionHandlerTableoperator= (const RegionHandlerTable &)
virtual RegionHandlerTableclone () const
 Make a copy of the object.
virtual void setObjectPtr (void *objectPtr)
 Set the object pointer (for RegionHandlerTable's callback).
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 &region, 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 ImageRegiongetRegion (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< StringregionNames (RegionHandler::GroupType=Any) const
 Get the names of all regions/masks.
virtual ImageRegion makeMask (const LatticeBase &lattice, const String &name)
 
   

Private Member Functions

TablerwTable ()
 
   

const Tabletable () const
virtual Int findRegionGroup (const String &regionName, RegionHandler::GroupType=Any, Bool throwIfUnknown=True) const
 
   

Private Attributes

GetCallbackitsCallback
void * itsObjectPtr

Detailed Description

Class for keeping regions in memory.

Intended use:

Internal

Review Status

Test programs:
tPagedImage2

Prerequisite

Synopsis

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 RegionHandlerTable.h.


Member Typedef Documentation

typedef Table& casa::RegionHandlerTable::GetCallback(void *objectPtr, Bool writable)

   

Definition at line 92 of file RegionHandlerTable.h.


Constructor & Destructor Documentation

casa::RegionHandlerTable::RegionHandlerTable ( GetCallback callback,
void *  objectPtr 
)

Member Function Documentation

virtual Bool casa::RegionHandlerTable::canDefineRegion ( ) const [virtual]

Can the class indeed define and handle regions? The default implementation returns False.

Reimplemented from casa::RegionHandler.

Make a copy of the object.

Reimplemented from casa::RegionHandler.

virtual Bool casa::RegionHandlerTable::defineRegion ( const String name,
const ImageRegion region,
RegionHandler::GroupType  ,
Bool  overwrite = False 
) [virtual]

   

Reimplemented from casa::RegionHandler.

virtual Int casa::RegionHandlerTable::findRegionGroup ( const String regionName,
RegionHandler::GroupType  = Any,
Bool  throwIfUnknown = True 
) const [private, virtual]

   

virtual String casa::RegionHandlerTable::getDefaultMask ( ) const [virtual]

   

Reimplemented from casa::RegionHandler.

virtual ImageRegion* casa::RegionHandlerTable::getRegion ( const String name,
RegionHandler::GroupType  = Any,
Bool  throwIfUnknown = True 
) const [virtual]

   

Reimplemented from casa::RegionHandler.

Does the table have a region with the given name?

Reimplemented from casa::RegionHandler.

virtual ImageRegion casa::RegionHandlerTable::makeMask ( const LatticeBase lattice,
const String name 
) [virtual]

   

Reimplemented from casa::RegionHandler.

RegionHandlerTable& casa::RegionHandlerTable::operator= ( const RegionHandlerTable )

Get the names of all regions/masks.

Reimplemented from casa::RegionHandler.

virtual Bool casa::RegionHandlerTable::removeRegion ( const String name,
RegionHandler::GroupType  = Any,
Bool  throwIfUnknown = True 
) [virtual]

   

Reimplemented from casa::RegionHandler.

virtual Bool casa::RegionHandlerTable::renameRegion ( const String newName,
const String oldName,
RegionHandler::GroupType  = Any,
Bool  overwrite = False 
) [virtual]

   

Reimplemented from casa::RegionHandler.

Table& casa::RegionHandlerTable::rwTable ( ) [inline, private]

   

Definition at line 175 of file RegionHandlerTable.h.

References itsCallback, itsObjectPtr, and casa::True.

virtual void casa::RegionHandlerTable::setDefaultMask ( const String maskName) [virtual]

   

Reimplemented from casa::RegionHandler.

virtual void casa::RegionHandlerTable::setObjectPtr ( void *  objectPtr) [virtual]

Set the object pointer (for RegionHandlerTable's callback).

Default implementation does nothing.

Reimplemented from casa::RegionHandler.

const Table& casa::RegionHandlerTable::table ( ) const [inline, private]

Definition at line 177 of file RegionHandlerTable.h.

References casa::False, itsCallback, and itsObjectPtr.


Member Data Documentation

Definition at line 191 of file RegionHandlerTable.h.

Referenced by rwTable(), and table().

Definition at line 192 of file RegionHandlerTable.h.

Referenced by rwTable(), and table().


The documentation for this class was generated from the following file: