|
Isis 3.0 Application Source Code Reference |
Home |
Allows filtering by image ID. More...
#include <ImageIdFilter.h>
Public Member Functions | |
| ImageIdFilter (AbstractFilter::FilterEffectivenessFlag, int minimumForSuccess=-1) | |
| ImageIdFilter (const ImageIdFilter &other) | |
| virtual | ~ImageIdFilter () |
| bool | evaluate (const ControlCubeGraphNode *) const |
| bool | evaluate (const ControlPoint *) const |
| bool | evaluate (const ControlMeasure *) const |
| AbstractFilter * | clone () const |
| QString | getImageDescription () const |
| QString | getPointDescription () const |
| QString | getMeasureDescription () const |
Allows filtering by image ID.
This class allows the user to filter control points and control measures by an image ID (either a cube serial number or a cube filename). This allows the user to make a list of control points and measures for a particular image or set of images with similar serial numbers or filenames.
Definition at line 33 of file ImageIdFilter.h.
| ImageIdFilter | ( | AbstractFilter::FilterEffectivenessFlag | flag, | |
| int | minimumForSuccess = -1 | |||
| ) |
Definition at line 18 of file ImageIdFilter.cpp.
| ImageIdFilter | ( | const ImageIdFilter & | other | ) |
Definition at line 25 of file ImageIdFilter.cpp.
| ~ImageIdFilter | ( | ) | [virtual] |
Definition at line 31 of file ImageIdFilter.cpp.
| bool evaluate | ( | const ControlCubeGraphNode * | node | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 36 of file ImageIdFilter.cpp.
| bool evaluate | ( | const ControlPoint * | point | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 45 of file ImageIdFilter.cpp.
| bool evaluate | ( | const ControlMeasure * | measure | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 51 of file ImageIdFilter.cpp.
| AbstractFilter * clone | ( | ) | const [virtual] |
Implements AbstractFilter.
Definition at line 59 of file ImageIdFilter.cpp.
| QString getImageDescription | ( | ) | const [virtual] |
Reimplemented from AbstractFilter.
Definition at line 65 of file ImageIdFilter.cpp.
| QString getPointDescription | ( | ) | const [virtual] |
Reimplemented from AbstractFilter.
Definition at line 71 of file ImageIdFilter.cpp.
| QString getMeasureDescription | ( | ) | const [virtual] |
Reimplemented from AbstractFilter.
Definition at line 85 of file ImageIdFilter.cpp.