Isis Developer Reference
NoOperator.h
Go to the documentation of this file.
1#ifndef NoOperator_h
2#define NoOperator_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "InterestOperator.h"
11
12namespace Isis {
13 class Pvl;
14 class Chip;
15
31 public:
33 p_worstInterest = 0.0;
34 };
35 virtual ~NoOperator() {};
36
37 protected:
38 virtual double Interest(Chip &chip);
39 };
40};
41
42#endif
A small chip of data used for pattern matching.
Definition Chip.h:86
Interest Operator class.
Definition InterestOperator.h:109
double p_worstInterest
Definition InterestOperator.h:195
no interest operator
Definition NoOperator.h:30
virtual ~NoOperator()
Definition NoOperator.h:35
NoOperator(Pvl &pvl)
Definition NoOperator.h:32
virtual double Interest(Chip &chip)
This method returns a constant so all points have equal interest.
Definition NoOperator.cpp:19
Container for cube-like labels.
Definition Pvl.h:119
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16