Isis 3 Programmer Reference
ImagePointFilterSelector.h
1#ifndef ImagePointFilterSelector_H
2#define ImagePointFilterSelector_H
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12
13#include "AbstractFilterSelector.h"
14
15
16namespace Isis {
17
30 Q_OBJECT
31
32 public:
37
38
39 protected:
40 void createSelector();
41
42
43 protected: // slots (already marked as slots inside parent)
44 void changeFilter(int);
45 };
46}
47
48#endif
Base class for filter selectors.
Allows users to choose filters for filtering images and points.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16