USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointJigsawErrorFilter Class Reference

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

#include <QnetPointJigsawErrorFilter.h>

List of all members.

Public Member Functions

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

Detailed Description

Defines the Jigsaw 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 59 of file QnetPointJigsawErrorFilter.h.


Constructor & Destructor Documentation

QnetPointJigsawErrorFilter ( 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 32 of file QnetPointJigsawErrorFilter.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 89 of file QnetPointJigsawErrorFilter.cpp.


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