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
13#include "mitkPluginActivator.h"
14//#include "QmitkToFUtilView.h"
15//#include "QmitkToFDeviceGeneration.h"
16//#include "QmitkToFScreenshotMaker.h"
17
18namespace mitk {
19
20void PluginActivator::start(ctkPluginContext* context)
21{
22 //BERRY_REGISTER_EXTENSION_CLASS(QmitkToFUtilView, context)
23 //BERRY_REGISTER_EXTENSION_CLASS(QmitkToFDeviceGeneration, context)
24 //BERRY_REGISTER_EXTENSION_CLASS(QmitkToFScreenshotMaker, context)
25}
26
27void PluginActivator::stop(ctkPluginContext* context)
28{
29 Q_UNUSED(context)
30}
31
32}
IGT Exceptions.