USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointErrorFilter Class Reference

#include <QnetPointErrorFilter.h>

Inherits QnetFilter.

List of all members.


Detailed Description

Defines the 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.

Definition at line 49 of file QnetPointErrorFilter.h.

Public Member Functions

 QnetPointErrorFilter (QWidget *parent=0)
 Contructor for the Point Error filter.
virtual void filter ()
 Filters a list of points for points that have less than or greater than the entered bundle adjust error values.


Constructor & Destructor Documentation

QnetPointErrorFilter ( QWidget parent = 0  ) 

Contructor for the Point Error filter.

It creates the Error filter window found in the navtool

Parameters:
parent The parent widget for the point error filter

Definition at line 25 of file QnetPointErrorFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

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

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

Reimplemented from QnetFilter.

Definition at line 69 of file QnetPointErrorFilter.cpp.


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