USGS

Isis 3.0 Object Programmers' Reference

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 
00062   class AtmosModelFactory {
00063     public:
00064       static AtmosModel *Create(Pvl &pvl, PhotoModel &pmodel);
00065 
00066     private:
00071       AtmosModelFactory() {};
00072 
00074       ~AtmosModelFactory() {};
00075   };
00076 };
00077 
00078 #endif