Isis 3 Programmer 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:
76 
79  };
80 };
81 
82 #endif
This class is used to create PhotoModel objects.
PhotoModelFactory()
Constructor (its private so you can't use it).
static PhotoModel * Create(Pvl &pvl)
Create a PhotoModel object using a PVL specification.
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
~PhotoModelFactory()
Destroys the PhotoModelFactory.