Isis 3 Developer Reference
NoOperator.h
Go to the documentation of this file.
1 #ifndef NoOperator_h
2 #define NoOperator_h
3 
26 #include "InterestOperator.h"
27 
28 namespace Isis {
29  class Pvl;
30  class Chip;
31 
46  class NoOperator : public InterestOperator {
47  public:
49  p_worstInterest = 0.0;
50  };
51  virtual ~NoOperator() {};
52 
53  protected:
54  virtual double Interest(Chip &chip);
55  };
56 };
57 
58 #endif
A small chip of data used for pattern matching.
Definition: Chip.h:102
NoOperator(Pvl &pvl)
Definition: NoOperator.h:48
Interest Operator class.
Definition: InterestOperator.h:123
virtual double Interest(Chip &chip)
This method returns a constant so all points have equal interest.
Definition: NoOperator.cpp:13
Container for cube-like labels.
Definition: Pvl.h:135
no interest operator
Definition: NoOperator.h:46
virtual ~NoOperator()
Definition: NoOperator.h:51
double p_worstInterest
Definition: InterestOperator.h:209
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31