USGS

Isis 3.0 Application Source Code Reference

Home

AdjustedLatitudeFilter Class Reference

Allows filtering by adjusted surface point latitude. More...

#include <AdjustedLatitudeFilter.h>

List of all members.

Public Member Functions

 AdjustedLatitudeFilter (AbstractFilter::FilterEffectivenessFlag flag, int minimumForSuccess=-1)
 AdjustedLatitudeFilter (const AdjustedLatitudeFilter &other)
virtual ~AdjustedLatitudeFilter ()
bool evaluate (const ControlCubeGraphNode *) const
bool evaluate (const ControlPoint *) const
bool evaluate (const ControlMeasure *) const
AbstractFilterclone () const
QString getImageDescription () const
QString getPointDescription () const

Detailed Description

Allows filtering by adjusted surface point latitude.

This class allows the user to filter control points and control measures by adjusted surface point latitude. This allows the user to make a list of control points that are less than or greater than a certain adjusted surface point latitude.

Author:
2012-04-23 Jai Rideout

Definition at line 30 of file AdjustedLatitudeFilter.h.


Constructor & Destructor Documentation

AdjustedLatitudeFilter ( AbstractFilter::FilterEffectivenessFlag  flag,
int  minimumForSuccess = -1 
)

Definition at line 11 of file AdjustedLatitudeFilter.cpp.

Definition at line 17 of file AdjustedLatitudeFilter.cpp.

~AdjustedLatitudeFilter (  )  [virtual]

Definition at line 22 of file AdjustedLatitudeFilter.cpp.


Member Function Documentation

bool evaluate ( const ControlCubeGraphNode *  node  )  const [virtual]

Implements AbstractFilter.

Definition at line 26 of file AdjustedLatitudeFilter.cpp.

bool evaluate ( const ControlPoint *  point  )  const [virtual]

Implements AbstractFilter.

Definition at line 32 of file AdjustedLatitudeFilter.cpp.

bool evaluate ( const ControlMeasure *  measure  )  const [virtual]

Implements AbstractFilter.

Definition at line 38 of file AdjustedLatitudeFilter.cpp.

AbstractFilter * clone (  )  const [virtual]

Implements AbstractFilter.

Definition at line 44 of file AdjustedLatitudeFilter.cpp.

QString getImageDescription (  )  const [virtual]

Reimplemented from AbstractFilter.

Definition at line 49 of file AdjustedLatitudeFilter.cpp.

QString getPointDescription (  )  const [virtual]

Reimplemented from AbstractFilter.

Definition at line 63 of file AdjustedLatitudeFilter.cpp.


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