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