Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
QmitkSurfaceStampWidget.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef QmitkSurfaceStampWidget_h_Included
18 #define QmitkSurfaceStampWidget_h_Included
19 
21 
22 #include <QWidget>
23 
24 #include "ui_QmitkSurfaceStampWidgetGUIControls.h"
25 
26 namespace mitk
27 {
28  class ToolManager;
29 }
30 
39 {
40  Q_OBJECT
41 
42 public:
43  QmitkSurfaceStampWidget(QWidget *parent = 0, const char *name = 0);
44  virtual ~QmitkSurfaceStampWidget();
45 
46  void SetDataStorage(mitk::DataStorage *storage);
47 
48 protected slots:
49 
50  void OnShowInformation(bool);
51 
52  void OnStamp();
53 
54 private:
55  mitk::ToolManager *m_ToolManager;
56 
58 
59  Ui::QmitkSurfaceStampWidgetGUIControls m_Controls;
60 };
61 
62 #endif
Data management class that handles 'was created by' relations.
DataCollection - Class to facilitate loading/accessing structured data.
mitk::DataStorage::Pointer m_DataStorage
#define MITKSEGMENTATIONUI_EXPORT
Manages and coordinates instances of mitk::Tool.
GUI for surface-based interpolation.