Isis 3.0
Back | Home
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  };
59 
60  protected:
61  virtual double Interest(Chip &chip);
62  };
63 };
64 
65 #endif
virtual ~StandardDeviationOperator()
Definition: StandardDeviationOperator.h:58
A small chip of data used for pattern matching.
Definition: Chip.h:101
Interest Operator class.
Definition: InterestOperator.h:123
StandardDeviationOperator(Pvl &pPvl)
Definition: StandardDeviationOperator.h:55
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition: StandardDeviationOperator.cpp:13
Standard deviation interest operator.
Definition: StandardDeviationOperator.h:53
Container for cube-like labels.
Definition: Pvl.h:135
double p_worstInterest
Definition: InterestOperator.h:209

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:29:26