USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointRegistrationErrorFilter Class Reference

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

#include <QnetPointRegistrationErrorFilter.h>

List of all members.

Public Member Functions

 QnetPointRegistrationErrorFilter (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.

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

Definition at line 55 of file QnetPointRegistrationErrorFilter.h.


Constructor & Destructor Documentation

QnetPointRegistrationErrorFilter ( QWidget parent = 0  ) 

Contructor for the Point Registration Error filter.

It creates the Registration Error filter window found in the navtool

Parameters:
parent The parent widget for the point error filter

Definition at line 32 of file QnetPointRegistrationErrorFilter.cpp.


Member Function Documentation

void 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 QnetFilter.

Definition at line 89 of file QnetPointRegistrationErrorFilter.cpp.


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