|
Isis 3.0 Application Source Code Reference |
Home |
Defines the Distance filter for the QnetNavTool's Points section. More...
#include <QnetPointDistanceFilter.h>
Public Member Functions | |
| QnetPointDistanceFilter (QWidget *parent=0) | |
| Contructor for the Point Distance filter. | |
| virtual void | filter () |
| Filters a list of points for points that are less than the user entered distance from another point in the control net. | |
Defines the Distance filter for the QnetNavTool's Points section.
The user must enter a Minimum Distance value. This class is designed to remove points from the current filtered list whose distance from all other points in the control net is greater than or equal to the given value.
Definition at line 36 of file QnetPointDistanceFilter.h.
| QnetPointDistanceFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Point Distance filter.
It creates the Distance filter window found in the navtool
| parent | The parent widget for the point distance filter |
Definition at line 35 of file QnetPointDistanceFilter.cpp.
| void filter | ( | ) | [virtual] |
Filters a list of points for points that are less than the user entered distance from another point in the control net.
The filtered list will appear in the navtools point list display.
Reimplemented from QnetFilter.
Definition at line 78 of file QnetPointDistanceFilter.cpp.