Isis 3 Programmer Reference
Isis::PointJigsawRejectedFilter Class Reference

Allows filtering by a control point's jigsaw rejected status. More...

#include <PointJigsawRejectedFilter.h>

Inheritance diagram for Isis::PointJigsawRejectedFilter:
Inheritance graph
Collaboration diagram for Isis::PointJigsawRejectedFilter:
Collaboration graph

Public Types

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

Signals

void filterChanged ()
 

Public Member Functions

 PointJigsawRejectedFilter (AbstractFilter::FilterEffectivenessFlag flag, int minimumForSuccess=-1)
 
 PointJigsawRejectedFilter (const AbstractFilter &other)
 
bool evaluate (const QPair< QString, ControlNet *> *) const
 
bool evaluate (const ControlPoint *) const
 
bool evaluate (const ControlMeasure *) const
 
AbstractFilterclone () const
 
QString getImageDescription () const
 
QString getPointDescription () const
 
virtual bool canFilterImages () const
 
virtual bool canFilterPoints () const
 
virtual bool canFilterMeasures () const
 
virtual QString getMeasureDescription () const
 

Protected Member Functions

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

Detailed Description

Allows filtering by a control point's jigsaw rejected status.

This class allows the user to filter control points based on whether or not they are rejected by jigsaw. This allows the user to make a list of jigsaw rejected or not-jigsaw rejected control points.

Author
2012-04-18 Jai Rideout
History:

2017-07-25 Summer Stapleton - Removed the CnetViz namespace. Fixes #5054.

2018-06-01 Jesse Mapel - Changed ControlCubeGraphNode to image serial number. References #5434.

2018-09-28 Kaitlyn Lee - Changed the declaration of QPair from class to struct. Fixes build warning on MacOS 10.13. References #5520.

Definition at line 30 of file PointJigsawRejectedFilter.h.


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