Isis 3 Programmer Reference
QnetCubePointsFilter.h
1 #ifndef QnetCubePointsFilter_h
2 #define QnetCubePointsFilter_h
3 
4 #include "QnetFilter.h"
5 
6 class QRadioButton;
7 class QLineEdit;
8 
9 namespace Isis {
33  Q_OBJECT
34 
35  public:
36  QnetCubePointsFilter(QnetNavTool *navTool, QWidget *parent = 0);
37  virtual void filter();
38 
39  private:
40  QRadioButton *m_lessThanRB;
41  QRadioButton *m_greaterThanRB;
42  QLineEdit *m_pointEdit;
43  };
44 };
45 
46 #endif
Defines the Points filter for the QnetNavTool's Cubes section.
virtual void filter()
Filters a list of images for images that have more or less than the user entered number of points...
QnetCubePointsFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Cube Points filter.
Qnet Navigation Tool.
Definition: QnetNavTool.h:132
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31