USGS

Isis 3.0 Object Programmers' Reference

Home

AutoRegFactory.h
Go to the documentation of this file.
1 #ifndef AutoRegFactory_h
2 #define AutoRegFactory_h
3 
27 namespace Isis {
28  class Pvl;
29  class AutoReg;
30 
68  public:
69  static AutoReg *Create(Pvl &pvl);
70 
71  private:
77 
80  };
81 };
82 
83 #endif