|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetPointDistanceFilter.h>
Inherits QnetFilter.
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 32 of file 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. | |
| 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 26 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 65 of file QnetPointDistanceFilter.cpp.