USGS

Isis 3.0 Object Programmers' Reference

Home

AutoRegFactory.h

Go to the documentation of this file.
00001 #ifndef AutoRegFactory_h
00002 #define AutoRegFactory_h
00003 
00027 namespace Isis {
00028   class Pvl;
00029   class AutoReg;
00030 
00067   class AutoRegFactory {
00068     public:
00069       static AutoReg *Create(Pvl &pvl);
00070 
00071     private:
00076       AutoRegFactory() {};
00077 
00079       ~AutoRegFactory() {};
00080   };
00081 };
00082 
00083 #endif