casa  $Rev:20696$
regionmanager_private.h
Go to the documentation of this file.
00001 /* Private parts of image component */
00002 
00003 casa::LogIO *itsLog;
00004 casa::CasacRegionManager *itsRegMan;
00005 casa::Bool itsIsSetup;
00006 casa::ImageRegion *unionRegion;
00007 
00008 
00009 // Helper method for doing unions, because the code
00010 // in this method is needed in multiple places.
00011 casa::ImageRegion* dounion(casa::Record*& regions);
00012 
00013 // Just a little routine that creates the casa::RegionManger
00014 // object and the log object.
00015 void setup();
00016 
00017 
00018 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines