Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkIGTBaseActivator.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include "
mitkIGTBaseActivator.h
"
18
19
#include <
mitkNavigationDataSetWriterXML.h
>
20
#include <
mitkNavigationDataSetWriterCSV.h
>
21
#include <
mitkNavigationDataReaderCSV.h
>
22
#include <
mitkNavigationDataReaderXML.h
>
23
24
namespace
mitk
{
25
26
void
IOExtActivator::Load
(us::ModuleContext*)
27
{
28
m_NavigationDataSetWriterXML.reset(
new
NavigationDataSetWriterXML
());
29
m_NavigationDataSetWriterCSV.reset(
new
NavigationDataSetWriterCSV
());
30
m_NavigationDataReaderCSV.reset(
new
NavigationDataReaderCSV
());
31
m_NavigationDataReaderXML.reset(
new
NavigationDataReaderXML
());
32
33
}
34
35
void
IOExtActivator::Unload
(us::ModuleContext*)
36
{
37
}
38
39
}
40
41
US_EXPORT_MODULE_ACTIVATOR
(
mitk::IOExtActivator
)
mitk::NavigationDataReaderXML
Definition:
mitkNavigationDataReaderXML.h:32
mitk::IOExtActivator::Load
void Load(us::ModuleContext *context) override
Definition:
mitkIGTBaseActivator.cpp:26
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitkNavigationDataReaderCSV.h
mitkNavigationDataSetWriterCSV.h
mitkIGTBaseActivator.h
mitk::IOExtActivator::Unload
void Unload(us::ModuleContext *context) override
Definition:
mitkIGTBaseActivator.cpp:35
mitk::NavigationDataReaderCSV
Definition:
mitkNavigationDataReaderCSV.h:30
mitk::NavigationDataSetWriterCSV
Definition:
mitkNavigationDataSetWriterCSV.h:25
mitkNavigationDataSetWriterXML.h
mitk::IOExtActivator
Definition:
mitkIGTBaseActivator.h:29
mitkNavigationDataReaderXML.h
mitk::NavigationDataSetWriterXML
Definition:
mitkNavigationDataSetWriterXML.h:24
US_EXPORT_MODULE_ACTIVATOR
US_EXPORT_MODULE_ACTIVATOR(mitk::SimulationActivator)
git
MITK
Modules
IGTBase
autoload
IO
mitkIGTBaseActivator.cpp
Generated on Fri Feb 3 2017 20:51:59 for Medical Imaging Interaction Toolkit by
1.8.9.1