Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
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 (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 QmitkSurfaceStampWidget_h_Included
14 #define QmitkSurfaceStampWidget_h_Included
15 
17 
18 #include <QWidget>
19 
20 #include "ui_QmitkSurfaceStampWidgetGUIControls.h"
21 
22 namespace mitk
23 {
24  class ToolManager;
25 }
26 
35 {
36  Q_OBJECT
37 
38 public:
39  QmitkSurfaceStampWidget(QWidget *parent = nullptr, const char *name = nullptr);
40  ~QmitkSurfaceStampWidget() override;
41 
42  void SetDataStorage(mitk::DataStorage *storage);
43 
44 protected slots:
45 
46  void OnShowInformation(bool);
47 
48  void OnStamp();
49 
50 private:
51  mitk::ToolManager *m_ToolManager;
52 
54 
55  Ui::QmitkSurfaceStampWidgetGUIControls m_Controls;
56 };
57 
58 #endif
Data management class that handles &#39;was created by&#39; 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.