File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
ForstnerOperator.h
Go to the documentation of this file.
1 #ifndef ForstnerOperator_h
2 #define ForstnerOperator_h
3 
26 #include "InterestOperator.h"
27 
28 namespace Isis {
29  class Pvl;
30  class Chip;
31 
52  public:
54  virtual ~ForstnerOperator() {};
55 
56  protected:
57  virtual double Interest(Chip &chip);
58  };
59 };
60 
61 #endif
virtual ~ForstnerOperator()
Definition: ForstnerOperator.h:54
A small chip of data used for pattern matching.
Definition: Chip.h:102
ForstnerOperator(Pvl &pvl)
Definition: ForstnerOperator.h:53
Interest Operator class.
Definition: InterestOperator.h:123
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition: ForstnerOperator.cpp:16
Container for cube-like labels.
Definition: Pvl.h:135
Forstner interest operator.
Definition: ForstnerOperator.h:51
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:18:48