|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetCubeDistanceFilter.h>
Inherits QnetFilter.
The user must enter a Minimum Distance value. This class is designed to remove cubes from the current filtered list that contain no points within the given distance.
Definition at line 36 of file QnetCubeDistanceFilter.h.
Public Member Functions | |
| QnetCubeDistanceFilter (QWidget *parent=0) | |
| Contructor for the Cube Distance filter. | |
| virtual void | filter () |
| Filters a list of images for images that have points that are less than the user entered distance from other points in the image. | |
| QnetCubeDistanceFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Cube Distance filter.
It creates the Distance filter window found in the navtool
| parent | The parent widget for the cube distance filter |
Definition at line 26 of file QnetCubeDistanceFilter.cpp.
| void filter | ( | ) | [virtual] |
Filters a list of images for images that have points that are less than the user entered distance from other points in the image.
The filtered list will appear in the navtools images list display.
Reimplemented from QnetFilter.
Definition at line 70 of file QnetCubeDistanceFilter.cpp.