MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkPluginActivator.cpp
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#include "mitkPluginActivator.h"
15#include "OpenIGTLinkExample.h"
17#include "OpenIGTLinkPlugin.h"
18
19namespace mitk {
20
21void PluginActivator::start(ctkPluginContext* context)
22{
23 BERRY_REGISTER_EXTENSION_CLASS(QmitkIGTTutorialView, context)
24 BERRY_REGISTER_EXTENSION_CLASS(QmitkIGTTrackingLabView, context)
25 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkExample, context)
26 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkProviderExample, context)
27 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkPlugin, context)
28}
29
30void PluginActivator::stop(ctkPluginContext* context)
31{
32 Q_UNUSED(context)
33}
34
35}
OpenIGTLinkExample.
OpenIGTLinkPlugin.
OpenIGTLinkProviderExample.
QmitkIGTTrackingLabView.
QmitkIGTTutorial shows a small typically navigation MITK view.
IGT Exceptions.