casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RegionSourceFactory.h
Go to the documentation of this file.
1 
2 #ifndef REGION_REGIONSOURCEFACTORY_H_
3 #define REGION_REGIONSOURCEFACTORY_H_
6 
7 namespace casa {
8 
9  namespace viewer {
10 
12  public:
13  virtual RegionSource *newSource( RegionCreator * ) = 0;
14  virtual ~RegionSourceFactory( ) { }
16  };
17  }
18 }
19 
20 #endif
virtual RegionSource * newSource(RegionCreator *)=0