Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
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
66
class
PhotoModelFactory
{
67
public
:
68
static
PhotoModel
*
Create
(
Pvl
&pvl);
69
70
private
:
75
PhotoModelFactory
() {};
76
78
~PhotoModelFactory
() {};
79
};
80
};
81
82
#endif
Isis::PhotoModelFactory
This class is used to create PhotoModel objects.
Definition:
PhotoModelFactory.h:66
Isis::PhotoModel
Definition:
PhotoModel.h:57
Isis::PhotoModelFactory::PhotoModelFactory
PhotoModelFactory()
Constructor (its private so you can't use it).
Definition:
PhotoModelFactory.h:75
Isis::PhotoModelFactory::Create
static PhotoModel * Create(Pvl &pvl)
Create a PhotoModel object using a PVL specification.
Definition:
PhotoModelFactory.cpp:51
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::PhotoModelFactory::~PhotoModelFactory
~PhotoModelFactory()
Destroys the PhotoModelFactory.
Definition:
PhotoModelFactory.h:78
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
ISIS Support Center
File Modified: 07/12/2023 23:25:20