USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::QnetPointRegistrationErrorFilter Class Reference

Defines the Registration Error filter for the QnetNavTool's Points section. More...

#include <QnetPointRegistrationErrorFilter.h>

Inherits Isis::QnetFilter.

Signals

void filteredListModified ()
 

Public Member Functions

 QnetPointRegistrationErrorFilter (QnetNavTool *navTool, QWidget *parent=0)
 Contructor for the Point Registration Error filter.
 
virtual void filter ()
 Filters a list of points for points that have less than or greater than the entered registration error values.
 

Protected Member Functions

QList< int > & filteredImages ()
 
const QList< int > & filteredImages () const
 
QList< int > & filteredPoints ()
 
const QList< int > & filteredPoints () const
 
ControlNetcontrolNet ()
 
const ControlNetcontrolNet () const
 
SerialNumberListserialNumberList ()
 
const SerialNumberListserialNumberList () const
 

Detailed Description

Defines the Registration Error filter for the QnetNavTool's Points section.

The user may enter values for Less Than and/or Greater Than. This class is designed to remove points from the current filtered list that lie outside of the given range.

Author
????-??-?? Unknown

Constructor & Destructor Documentation

Isis::QnetPointRegistrationErrorFilter::QnetPointRegistrationErrorFilter ( QnetNavTool navTool,
QWidget parent = 0 
)

Contructor for the Point Registration Error filter.

It creates the Registration Error filter window found in the navtool

Parameters
parentThe parent widget for the point error filter

Member Function Documentation

const ControlNet * Isis::QnetFilter::controlNet ( ) const
protectedinherited
void Isis::QnetPointRegistrationErrorFilter::filter ( )
virtual

Filters a list of points for points that have less than or greater than the entered registration error values.

The filtered list will appear in the navtools point list display.

Reimplemented from Isis::QnetFilter.

References Isis::QnetFilter::controlNet(), Isis::QnetFilter::filteredListModified(), Isis::QnetFilter::filteredPoints(), Isis::ControlMeasure::GetPixelShift(), Isis::ControlPoint::GetStatistic(), and Isis::Statistics::Maximum().

QList< int > & Isis::QnetFilter::filteredImages ( )
protectedinherited
const QList< int > & Isis::QnetFilter::filteredImages ( ) const
protectedinherited
const QList< int > & Isis::QnetFilter::filteredPoints ( ) const
protectedinherited
const SerialNumberList * Isis::QnetFilter::serialNumberList ( ) const
protectedinherited

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