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
InterestOperatorFactory.h
Go to the documentation of this file.
1
#ifndef InterestOperatorFactory_h
2
#define InterestOperatorFactory_h
3
26
namespace
Isis {
27
class
Pvl;
28
class
InterestOperator;
29
42
class
InterestOperatorFactory
{
43
public
:
44
static
InterestOperator
*
Create
(
Pvl
&pPvl);
45
46
private
:
51
InterestOperatorFactory
() {};
52
54
~InterestOperatorFactory
() {};
55
};
56
};
57
58
#endif
Isis::InterestOperatorFactory::Create
static InterestOperator * Create(Pvl &pPvl)
Create an InterestOperator object using a PVL specification.
Definition:
InterestOperatorFactory.cpp:53
Isis::InterestOperatorFactory
This class is used to create InterestOperator objects.
Definition:
InterestOperatorFactory.h:42
Isis::InterestOperator
Interest Operator class.
Definition:
InterestOperator.h:123
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::InterestOperatorFactory::InterestOperatorFactory
InterestOperatorFactory()
Constructor (its private so you can't use it).
Definition:
InterestOperatorFactory.h:51
Isis::InterestOperatorFactory::~InterestOperatorFactory
~InterestOperatorFactory()
Destroys the InterestOperatorFactory.
Definition:
InterestOperatorFactory.h:54
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:20:42