USGS

Isis 3.0 Developer's Reference (API)

Home

AtmosModelFactory.h

Go to the documentation of this file.
00001 #ifndef AtmosModelFactory_h
00002 #define AtmosModelFactory_h
00003 
00026 namespace Isis {
00027   class Pvl;
00028   class PhotoModel;
00029   class AtmosModel;
00030 
00031 
00065   class AtmosModelFactory {
00066     public:
00067       static AtmosModel *Create(Pvl &pvl, PhotoModel &pmodel);
00068 
00069     private:
00074       AtmosModelFactory() {};
00075 
00077       ~AtmosModelFactory() {};
00078   };
00079 };
00080 
00081 #endif