|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetPointErrorFilter.h>
Inherits QnetFilter.
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. | |
| QnetPointErrorFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Point Error filter.
It creates the Error filter window found in the navtool
| parent | The parent widget for the point error filter |
Definition at line 25 of file QnetPointErrorFilter.cpp.
| 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.