Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkCalculateGrayValueStatisticsToolGUI.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkCalculateGrayValueStatisticsToolGUI_h_Included
14 #define QmitkCalculateGrayValueStatisticsToolGUI_h_Included
15 
16 #include "QmitkToolGUI.h"
18 
20 
31 {
32  Q_OBJECT
33 
34 public:
36  itkFactorylessNewMacro(Self);
37  itkCloneMacro(Self);
38 
40  void OnCalculationsDone();
41 
42 signals:
43 
44 public slots:
45 
46 protected slots:
47 
49  void OnNewToolAssociated(mitk::Tool *);
50 
51 protected:
54 
56 };
57 
58 #endif
Base class of all tools used by mitk::ToolManager.
Definition: mitkTool.h:86
GUI for mitk::CalculateGrayValueStatisticsTool.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:40
Base class for GUIs belonging to mitk::Tool classes.
Definition: QmitkToolGUI.h:32
mitk::CalculateGrayValueStatisticsTool::Pointer m_CalculateGrayValueStatisticsTool
#define MITKSEGMENTATIONUI_EXPORT