Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
GradientOperator.h
Go to the documentation of this file.
1
#ifndef GradientOperator_h
2
#define GradientOperator_h
3
26
#include "
InterestOperator.h
"
27
28
namespace
Isis {
29
class
Pvl;
30
class
Chip;
31
47
class
GradientOperator
:
public
InterestOperator
{
48
public
:
49
GradientOperator
(
Pvl
&pPvl) :
InterestOperator
(pPvl) {};
50
virtual
~
GradientOperator
() {};
51
52
protected
:
53
virtual
double
Interest
(
Chip
&chip);
54
};
55
};
56
57
#endif
Isis::InterestOperator::InterestOperator
InterestOperator(Pvl &pPvl)
Create InterestOperator object.
Definition:
InterestOperator.cpp:28
Isis::Chip
A small chip of data used for pattern matching.
Definition:
Chip.h:101
Isis::InterestOperator
Interest Operator class.
Definition:
InterestOperator.h:123
Isis::GradientOperator::Interest
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition:
GradientOperator.cpp:12
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
InterestOperator.h
Isis::GradientOperator
Gradient interest operator.
Definition:
GradientOperator.h:47
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:18:45