File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ImagePointFilterSelector.h
1 #ifndef ImagePointFilterSelector_H
2 #define ImagePointFilterSelector_H
3 
4 
5 #include "AbstractFilterSelector.h"
6 
7 
8 namespace Isis {
9 
22  Q_OBJECT
23 
24  public:
27  virtual ~ImagePointFilterSelector();
28  ImagePointFilterSelector &operator=(const ImagePointFilterSelector &other);
29 
30 
31  protected:
32  void createSelector();
33 
34 
35  protected: // slots (already marked as slots inside parent)
36  void changeFilter(int);
37  };
38 }
39 
40 #endif
Allows users to choose filters for filtering images and points.
Base class for filter selectors.
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:21:33