File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
NoOperator.h
Go to the documentation of this file.
1#ifndef NoOperator_h
2#define NoOperator_h
7
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
InterestOperator(Pvl &pPvl)
Create InterestOperator object.
Definition InterestOperator.cpp:36
double p_worstInterest
Definition InterestOperator.h:195
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:122
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16