File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
PhotoModelFactory.h
Go to the documentation of this file.
1 #ifndef PhotoModelFactory_h
2 #define PhotoModelFactory_h
3 
26 namespace Isis {
27  class Pvl;
28  class PhotoModel;
29 
67  public:
68  static PhotoModel *Create(Pvl &pvl);
69 
70  private:
75  PhotoModelFactory() {};
76 
78  ~PhotoModelFactory() {};
79  };
80 };
81 
82 #endif
This class is used to create PhotoModel objects.
Definition: PhotoModelFactory.h:66
Definition: PhotoModel.h:57
static PhotoModel * Create(Pvl &pvl)
Create a PhotoModel object using a PVL specification.
Definition: PhotoModelFactory.cpp:51
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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:25:57