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"
19
20namespace mitk {
21
22void PluginActivator::start(ctkPluginContext* context)
23{
24 BERRY_REGISTER_EXTENSION_CLASS(QmitkIGTTutorialView, context)
25 BERRY_REGISTER_EXTENSION_CLASS(QmitkIGTTrackingLabView, context)
26 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkExample, context)
27 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkProviderExample, context)
28 BERRY_REGISTER_EXTENSION_CLASS(OpenIGTLinkPlugin, context)
29 BERRY_REGISTER_EXTENSION_CLASS(IterativeClosestPointRegistration, context)
30}
31
32void PluginActivator::stop(ctkPluginContext* context)
33{
34 Q_UNUSED(context)
35}
36
37}
OpenIGTLinkExample.
OpenIGTLinkPlugin.
OpenIGTLinkProviderExample.
QmitkIGTTrackingLabView.
QmitkIGTTutorial shows a small typically navigation MITK view.
IGT Exceptions.