USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointGoodnessFilter Class Reference

Defines the Goodness of Fit filter for the QnetNavTool's Points section. More...

#include <QnetPointGoodnessFilter.h>

List of all members.

Public Member Functions

 QnetPointGoodnessFilter (QWidget *parent=0)
 Contructor for the Point Goodness of Fit filter.
virtual void filter ()
 Method overwrites parent method.

Detailed Description

Defines the Goodness of Fit filter for the QnetNavTool's Points section.

The user may enter Less Than and Greater Than. This class is designed to remove points from the current filtered list if all measures have goodness of fit values that lie outside the given range.

Author:
2008-11-26 Jeannie Walldren

Definition at line 40 of file QnetPointGoodnessFilter.h.


Constructor & Destructor Documentation

QnetPointGoodnessFilter ( QWidget parent = 0  ) 

Contructor for the Point Goodness of Fit filter.

It creates the Goodness of Fit filter window found in the navtool

Parameters:
parent The parent widget for the point type filter

Definition at line 31 of file QnetPointGoodnessFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Method overwrites parent method.

This method keeps all points that contain at least one measure whose Goodness of Fit is within the range specified by the user.

Reimplemented from QnetFilter.

Definition at line 78 of file QnetPointGoodnessFilter.cpp.


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