MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkIGTFiducialRegistration.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13#ifndef QmitkIGTFiducialRegistration_h
14#define QmitkIGTFiducialRegistration_h
15
16#include <berryISelectionListener.h>
17
18#include <QmitkAbstractView.h>
19
20#include "ui_QmitkIGTFiducialRegistrationControls.h"
21
22
23#include <ctkServiceEvent.h>
24
30class QmitkIGTFiducialRegistration : public QmitkAbstractView
31{
32 Q_OBJECT
33
34 public:
35
36 void SetFocus() override;
37
38 static const std::string VIEW_ID;
39
40 void CreateQtPartControl(QWidget *parent) override;
41
44
45 public slots:
46
47
48 protected slots:
49
52
53
54 protected:
55
57
58 Ui::IGTFiducialRegistrationControls m_Controls;
59
60 mitk::NavigationData::Pointer m_TrackingPointer;
61
62
63};
64
65#endif
Ui::IGTFiducialRegistrationControls m_Controls
mitk::NavigationData::Pointer m_TrackingPointer
void CreateQtPartControl(QWidget *parent) override