USGS

Isis 3.0 Application Source Code Reference

Home

AdjustedLongitudeFilter Class Reference

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

#include <AdjustedLongitudeFilter.h>

List of all members.

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
AbstractFilterclone () const
QString getImageDescription () const
QString getPointDescription () const

Detailed Description

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.

Author:
2012-04-25 Jai Rideout

Definition at line 30 of file AdjustedLongitudeFilter.h.


Constructor & Destructor Documentation

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

Definition at line 11 of file AdjustedLongitudeFilter.cpp.

Definition at line 17 of file AdjustedLongitudeFilter.cpp.

~AdjustedLongitudeFilter (  )  [virtual]

Definition at line 22 of file AdjustedLongitudeFilter.cpp.


Member Function Documentation

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.


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