|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetPointCubeNameFilter.h>
Inherits QnetFilter.
The user must choose from a list of cubes. This class is designed to remove points from the current filtered list if no measures match the chosen image.
Definition at line 46 of file QnetPointCubeNameFilter.h.
Public Slots | |
| void | createCubeList () |
| Fills the list box with the cube name list. | |
Public Member Functions | |
| QnetPointCubeNameFilter (QWidget *parent=0) | |
| Contructor for the Point Cube Name filter. | |
| virtual void | filter () |
| Method overwrites parent method. | |
| QnetPointCubeNameFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Point Cube Name filter.
It creates the Cube Name filter window found in the navtool
| parent | The parent widget for the point type filter |
Definition at line 20 of file QnetPointCubeNameFilter.cpp.
| void filter | ( | ) | [virtual] |
Method overwrites parent method.
This method keeps all points that contain at least one measure whose CubeName is within the range specified by the user.
Reimplemented from QnetFilter.
Definition at line 45 of file QnetPointCubeNameFilter.cpp.
| void createCubeList | ( | ) | [slot] |
Fills the list box with the cube name list.
Definition at line 109 of file QnetPointCubeNameFilter.cpp.