Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkVtkSurfaceIOFactory.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 (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
mitkVtkSurfaceIOFactory.h
"
14
#include "
mitkIOAdapter.h
"
15
#include "
mitkVtkSurfaceReader.h
"
16
17
#include "itkVersion.h"
18
19
namespace
mitk
20
{
21
VtkSurfaceIOFactory::VtkSurfaceIOFactory
()
22
{
23
this->RegisterOverride(
"mitkIOAdapter"
,
24
"mitkVtkSurfaceReader"
,
25
"mitk Vtk Surface IO"
,
26
true
,
27
itk::CreateObjectFunction<
IOAdapter<VtkSurfaceReader>
>::
New
());
28
}
29
30
VtkSurfaceIOFactory::~VtkSurfaceIOFactory
() {}
31
const
char
*
VtkSurfaceIOFactory::GetITKSourceVersion
()
const
{
return
ITK_SOURCE_VERSION; }
32
const
char
*
VtkSurfaceIOFactory::GetDescription
()
const
33
{
34
return
"VtkSurface IO Factory, allows the loading of Vtk files"
;
35
}
36
37
}
// end namespace mitk
mitk::VtkSurfaceIOFactory::VtkSurfaceIOFactory
VtkSurfaceIOFactory()
Definition:
mitkVtkSurfaceIOFactory.cpp:21
mitk::VtkSurfaceIOFactory::New
static Pointer New()
mitkIOAdapter.h
mitk::VtkSurfaceIOFactory::~VtkSurfaceIOFactory
~VtkSurfaceIOFactory() override
Definition:
mitkVtkSurfaceIOFactory.cpp:30
mitk::VtkSurfaceIOFactory::GetDescription
const char * GetDescription(void) const override
Definition:
mitkVtkSurfaceIOFactory.cpp:32
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::VtkSurfaceIOFactory::GetITKSourceVersion
const char * GetITKSourceVersion(void) const override
Definition:
mitkVtkSurfaceIOFactory.cpp:31
mitkVtkSurfaceIOFactory.h
mitkVtkSurfaceReader.h
mitk::IOAdapter
IOAdapter class is an adapter class for instantiation of IO process objects. Additional this interfac...
Definition:
mitkIOAdapter.h:61
Source
Modules
LegacyIO
mitkVtkSurfaceIOFactory.cpp
Generated on Thu Mar 12 2020 10:24:09 for Medical Imaging Interaction Toolkit by
1.8.13