|
Isis 3.0 Application Source Code Reference |
Home |
Defines the Goodness of Fit filter for the QnetNavTool's Points section. More...
#include <QnetPointGoodnessFilter.h>
Public Member Functions | |
| QnetPointGoodnessFilter (QWidget *parent=0) | |
| Contructor for the Point Goodness of Fit filter. | |
| virtual void | filter () |
| Method overwrites parent method. | |
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.
Definition at line 40 of file QnetPointGoodnessFilter.h.
| QnetPointGoodnessFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Point Goodness of Fit filter.
It creates the Goodness of Fit filter window found in the navtool
| parent | The parent widget for the point type filter |
Definition at line 31 of file QnetPointGoodnessFilter.cpp.
| 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.