USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::CnetViz::ImageIdFilter Class Reference

Allows filtering by image ID. More...

#include <ImageIdFilter.h>

Inheritance diagram for Isis::CnetViz::ImageIdFilter:
Inheritance graph
Collaboration diagram for Isis::CnetViz::ImageIdFilter:
Collaboration graph

Public Types

enum  FilterEffectiveness { Images = 1, Points = 2, Measures = 4 }
 

Signals

void filterChanged ()
 

Public Member Functions

 ImageIdFilter (AbstractFilter::FilterEffectivenessFlag, int minimumForSuccess=-1)
 
 ImageIdFilter (const ImageIdFilter &other)
 
bool evaluate (const ControlCubeGraphNode *) const
 
bool evaluate (const ControlPoint *) const
 
bool evaluate (const ControlMeasure *) const
 
AbstractFilterclone () const
 
QString getImageDescription () const
 
QString getPointDescription () const
 
QString getMeasureDescription () const
 
virtual bool canFilterImages () const
 
virtual bool canFilterPoints () const
 
virtual bool canFilterMeasures () const
 

Protected Member Functions

bool evaluate (QString) const
 
virtual bool evaluate (const ControlPoint *, bool(ControlPoint::*)() const) const
 
virtual bool evaluate (const ControlMeasure *, bool(ControlMeasure::*)() const) const
 
QString descriptionSuffix () const
 
bool inclusive () const
 
int getMinForSuccess () const
 
AbstractFilter::FilterEffectivenessFlag * getEffectivenessFlags () const
 
QBoxLayout * getMainLayout () const
 
QBoxLayout * getInclusiveExclusiveLayout () const
 
bool evaluateImageFromPointFilter (const ControlCubeGraphNode *) const
 
bool evaluateImageFromMeasureFilter (const ControlCubeGraphNode *) const
 
bool evaluatePointFromMeasureFilter (const ControlPoint *) const
 

Detailed Description

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.

Author
????-??-?? Eric Hyer

Definition at line 31 of file ImageIdFilter.h.


The documentation for this class was generated from the following files: