Isis Developer Reference
GradientOperator.h
Go to the documentation of this file.
1#ifndef GradientOperator_h
2#define GradientOperator_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "InterestOperator.h"
11
12namespace Isis {
13 class Pvl;
14 class Chip;
15
32 public:
34 virtual ~GradientOperator() {};
35
36 protected:
37 virtual double Interest(Chip &chip);
38 };
39};
40
41#endif
A small chip of data used for pattern matching.
Definition Chip.h:86
Gradient interest operator.
Definition GradientOperator.h:31
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition GradientOperator.cpp:18
GradientOperator(Pvl &pPvl)
Definition GradientOperator.h:33
virtual ~GradientOperator()
Definition GradientOperator.h:34
Interest Operator class.
Definition InterestOperator.h:109
Container for cube-like labels.
Definition Pvl.h:119
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16