USGS

Isis 3.0 Developer's Reference (API)

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