File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
ForstnerOperator.h
Go to the documentation of this file.
1#ifndef ForstnerOperator_h
2#define ForstnerOperator_h
7
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "InterestOperator.h"
11
12namespace Isis {
13 class Pvl;
14 class Chip;
15
36 public:
38 virtual ~ForstnerOperator() {};
39
40 protected:
41 virtual double Interest(Chip &chip);
42 };
43};
44
45#endif
A small chip of data used for pattern matching.
Definition Chip.h:86
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition ForstnerOperator.cpp:22
ForstnerOperator(Pvl &pvl)
Definition ForstnerOperator.h:37
virtual ~ForstnerOperator()
Definition ForstnerOperator.h:38
InterestOperator(Pvl &pPvl)
Create InterestOperator object.
Definition InterestOperator.cpp:36
Container for cube-like labels.
Definition Pvl.h:122
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16