pqPythonEventSourceImage.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 #ifndef pqPythonEventSourceImage_h
6 #define pqPythonEventSourceImage_h
7 
8 #include "pqCoreModule.h"
9 #include "pqPythonEventSource.h"
10 
19 class vtkImageData;
20 
21 class PQCORE_EXPORT pqPythonEventSourceImage : public pqPythonEventSource
22 {
23  Q_OBJECT
24 public:
25  pqPythonEventSourceImage(QObject* p = 0);
27 
28 protected:
29  virtual void run();
30 
31 protected Q_SLOTS:
32  void doComparison();
33 };
34 
35 #endif // !pqPythonEventSourceImage_h
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15