Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
PointMeasureFilterSelector.h
1 #ifndef PointMeasureFilterSelector_H
2 #define PointMeasureFilterSelector_H
3 
4 
5 #include "AbstractFilterSelector.h"
6 
7 
8 namespace Isis {
9  class AbstractFilter;
10 
23  Q_OBJECT
24 
25  public:
28  virtual ~PointMeasureFilterSelector();
29  PointMeasureFilterSelector &operator=(
30  const PointMeasureFilterSelector &other);
31 
32 
33  protected:
34  void createSelector();
35 
36 
37  protected: // slots (already marked as slots inside parent)
38  void changeFilter(int);
39  };
40 }
41 
42 #endif
Base class for filter selectors.
Allows users to choose filters for filtering points and measures.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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: 07/12/2023 23:27:15