Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
AtmosModelFactory.h
Go to the documentation of this file.
1 #ifndef AtmosModelFactory_h
2 #define AtmosModelFactory_h
3 
26 namespace Isis {
27  class Pvl;
28  class PhotoModel;
29  class AtmosModel;
30 
31 
66  public:
67  static AtmosModel *Create(Pvl &pvl, PhotoModel &pmodel);
68 
69  private:
75 
78  };
79 };
80 
81 #endif
~AtmosModelFactory()
Destroys the AtmosModelFactory.
static AtmosModel * Create(Pvl &pvl, PhotoModel &pmodel)
Create an AtmosModel object using a PVL specification.
Isotropic atmos scattering model.
Definition: AtmosModel.h:76
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
This class is used to create AtmosModel objects.
AtmosModelFactory()
Constructor (its private so you can't use it).

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:15:04