File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
QnetCubePointsFilter.h
Go to the documentation of this file.
1#ifndef QnetCubePointsFilter_h
2#define QnetCubePointsFilter_h
3
4#include "QnetFilter.h"
5
6class QRadioButton;
7class QLineEdit;
8
9namespace 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.
Definition QnetCubePointsFilter.h:32
QnetCubePointsFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Cube Points filter.
Definition QnetCubePointsFilter.cpp:29
virtual void filter()
Filters a list of images for images that have more or less than the user entered number of points.
Definition QnetCubePointsFilter.cpp:69
Definition QnetFilter.h:16
Qnet Navigation Tool.
Definition QnetNavTool.h:121
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:11:06