|
Isis 3.0 Application Source Code Reference |
Home |
Allows filtering by adjusted surface point longitude. More...
#include <AdjustedLongitudeFilter.h>
Public Member Functions | |
| AdjustedLongitudeFilter (AbstractFilter::FilterEffectivenessFlag flag, int minimumForSuccess=-1) | |
| AdjustedLongitudeFilter (const AdjustedLongitudeFilter &other) | |
| virtual | ~AdjustedLongitudeFilter () |
| bool | evaluate (const ControlCubeGraphNode *) const |
| bool | evaluate (const ControlPoint *) const |
| bool | evaluate (const ControlMeasure *) const |
| AbstractFilter * | clone () const |
| QString | getImageDescription () const |
| QString | getPointDescription () const |
Allows filtering by adjusted surface point longitude.
This class allows the user to filter control points and control measures by adjusted surface point longitude. This allows the user to make a list of control points that are less than or greater than a certain adjusted surface point longitude.
Definition at line 30 of file AdjustedLongitudeFilter.h.
| AdjustedLongitudeFilter | ( | AbstractFilter::FilterEffectivenessFlag | flag, | |
| int | minimumForSuccess = -1 | |||
| ) |
Definition at line 11 of file AdjustedLongitudeFilter.cpp.
| AdjustedLongitudeFilter | ( | const AdjustedLongitudeFilter & | other | ) |
Definition at line 17 of file AdjustedLongitudeFilter.cpp.
| ~AdjustedLongitudeFilter | ( | ) | [virtual] |
Definition at line 22 of file AdjustedLongitudeFilter.cpp.
| bool evaluate | ( | const ControlCubeGraphNode * | node | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 26 of file AdjustedLongitudeFilter.cpp.
| bool evaluate | ( | const ControlPoint * | point | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 32 of file AdjustedLongitudeFilter.cpp.
| bool evaluate | ( | const ControlMeasure * | measure | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 38 of file AdjustedLongitudeFilter.cpp.
| AbstractFilter * clone | ( | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 44 of file AdjustedLongitudeFilter.cpp.
| QString getImageDescription | ( | ) | const [virtual] |
Reimplemented from AbstractFilter.
Definition at line 49 of file AdjustedLongitudeFilter.cpp.
| QString getPointDescription | ( | ) | const [virtual] |
Reimplemented from AbstractFilter.
Definition at line 63 of file AdjustedLongitudeFilter.cpp.