File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
AtmosModelFactory.h
1 #ifndef AtmosModelFactory_h
2 #define AtmosModelFactory_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 namespace Isis {
11  class Pvl;
12  class PhotoModel;
13  class AtmosModel;
14 
15 
50  public:
51  static AtmosModel *Create(Pvl &pvl, PhotoModel &pmodel);
52 
53  private:
59 
62  };
63 };
64 
65 #endif
Isis::PhotoModel
Definition: PhotoModel.h:41
Isis::AtmosModelFactory::Create
static AtmosModel * Create(Pvl &pvl, PhotoModel &pmodel)
Create an AtmosModel object using a PVL specification.
Definition: AtmosModelFactory.cpp:44
Isis::AtmosModel
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
Isis::AtmosModelFactory
This class is used to create AtmosModel objects.
Definition: AtmosModelFactory.h:49
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::AtmosModelFactory::AtmosModelFactory
AtmosModelFactory()
Constructor (its private so you can't use it).
Definition: AtmosModelFactory.h:58
Isis::AtmosModelFactory::~AtmosModelFactory
~AtmosModelFactory()
Destroys the AtmosModelFactory.
Definition: AtmosModelFactory.h:61
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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/13/2023 15:16:08