|
Isis 3.0 Application Source Code Reference |
Home |
Defines the Points filter for the QnetNavTool's Cubes section. More...
#include <QnetCubePointsFilter.h>
Public Member Functions | |
| QnetCubePointsFilter (QWidget *parent=0) | |
| Contructor for the Cube Points filter. | |
| virtual void | filter () |
| Filters a list of images for images that have more or less than the user entered number of points. | |
Defines the Points filter for the QnetNavTool's Cubes section.
The user may choose to enter a maximum or minimum number of points. This class is designed to remove cubes from the current filtered list that contain more than the maximum or less than the minimum number of points.
Definition at line 33 of file QnetCubePointsFilter.h.
| QnetCubePointsFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Cube Points filter.
It creates the Points filter window found in the navtool
| parent | The parent widget for the cube points filter |
Definition at line 26 of file QnetCubePointsFilter.cpp.
| void filter | ( | ) | [virtual] |
Filters a list of images for images that have more or less than the user entered number of points.
The filtered list will appear in the navtools cube list display.
Reimplemented from QnetFilter.
Definition at line 65 of file QnetCubePointsFilter.cpp.