File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
AdjustedLatitudeFilter.h
Go to the documentation of this file.
1#ifndef AdjustedLatitudeFilter_H
2#define AdjustedLatitudeFilter_H
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
13
14template< typename U, typename V > struct QPair;
15class QString;
16
17namespace Isis {
18 class AbstractFilterSelector;
19 class ControlMeasure;
20 class ControlPoint;
21
40 Q_OBJECT
41
42 public:
43 AdjustedLatitudeFilter(AbstractFilter::FilterEffectivenessFlag flag,
44 int minimumForSuccess = -1);
47
48 bool evaluate(const QPair<QString, ControlNet *> *) const;
49 bool evaluate(const ControlPoint *) const;
50 bool evaluate(const ControlMeasure *) const;
51
52 AbstractFilter *clone() const;
53
54 QString getImageDescription() const;
55 QString getPointDescription() const;
56 };
57}
58
59#endif
Base class for control net filters.
Definition AbstractFilter.h:46
Base class for filters that are number-based.
Definition AbstractNumberFilter.h:38
Allows filtering by adjusted surface point latitude.
Definition AdjustedLatitudeFilter.h:39
QString getPointDescription() const
Definition AdjustedLatitudeFilter.cpp:70
virtual ~AdjustedLatitudeFilter()
Definition AdjustedLatitudeFilter.cpp:31
bool evaluate(const QPair< QString, ControlNet * > *) const
Definition AdjustedLatitudeFilter.cpp:35
AbstractFilter * clone() const
Definition AdjustedLatitudeFilter.cpp:51
QString getImageDescription() const
Definition AdjustedLatitudeFilter.cpp:56
AdjustedLatitudeFilter(AbstractFilter::FilterEffectivenessFlag flag, int minimumForSuccess=-1)
Definition AdjustedLatitudeFilter.cpp:20
a control measurement
Definition ControlMeasure.h:175
A single control point.
Definition ControlPoint.h:356
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
This is free and unencumbered software released into the public domain.
Definition CubeIoHandler.h:23

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 15:50:15