Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
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
:
48
NoOperator
(
Pvl
&pvl) :
InterestOperator
(pvl) {
49
p_worstInterest = 0.0;
50
};
51
virtual
~
NoOperator
() {};
52
53
protected
:
54
virtual
double
Interest
(
Chip
&chip);
55
};
56
};
57
58
#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::NoOperator::Interest
virtual double Interest(Chip &chip)
This method returns a constant so all points have equal interest.
Definition:
NoOperator.cpp:13
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::NoOperator
no interest operator
Definition:
NoOperator.h:46
InterestOperator.h
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:24:48