Isis 3.0
Home
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.
Definition: InterestOperatorFactory.cpp:53
This class is used to create InterestOperator objects.
Definition: InterestOperatorFactory.h:42
Interest Operator class.
Definition: InterestOperator.h:123
Container for cube-like labels.
Definition: Pvl.h:135