Isis 3 Programmer Reference
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 
43  public:
44  static InterestOperator *Create(Pvl &pPvl);
45 
46  private:
52 
55  };
56 };
57 
58 #endif
static InterestOperator * Create(Pvl &pPvl)
Create an InterestOperator object using a PVL specification.
This class is used to create InterestOperator objects.
Interest Operator class.
Container for cube-like labels.
Definition: Pvl.h:135
InterestOperatorFactory()
Constructor (its private so you can't use it).
~InterestOperatorFactory()
Destroys the InterestOperatorFactory.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31