Isis 3 Programmer Reference
StandardDeviationOperator.h
Go to the documentation of this file.
1 #ifndef StandardDeviationOperator_h
2 #define StandardDeviationOperator_h
3 
26 #include "InterestOperator.h"
27 
28 namespace Isis {
29  class Pvl;
30  class Chip;
31 
54  public:
56  p_worstInterest = 0.0;
57  };
58  virtual ~StandardDeviationOperator() {};
59 
60  protected:
61  virtual double Interest(Chip &chip);
62  };
63 };
64 
65 #endif
InterestOperator(Pvl &pPvl)
Create InterestOperator object.
A small chip of data used for pattern matching.
Definition: Chip.h:102
Interest Operator class.
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Standard deviation interest operator.
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31