Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
Review
itkMINC2ImageIOFactory.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkMINC2ImageIOFactory.cxx,v $
5
Language: C++
6
Date: $Date: 2007-09-04 12:27:34 $
7
Version: $Revision: 1.2 $
8
9
Copyright (c) Insight Software Consortium. All rights reserved.
10
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11
12
This software is distributed WITHOUT ANY WARRANTY; without even
13
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14
PURPOSE. See the above copyright notices for more information.
15
16
=========================================================================*/
17
#include "
itkMINC2ImageIOFactory.h
"
18
#include "
itkCreateObjectFunction.h
"
19
#include "
itkMINC2ImageIO.h
"
20
#include "
itkVersion.h
"
21
22
namespace
itk
23
{
24
25
MINC2ImageIOFactory::MINC2ImageIOFactory
()
26
{
27
this->
RegisterOverride
(
"itkImageIOBase"
,
28
"itkMINC2ImageIO"
,
29
"MINC2 Image IO"
,
30
1,
31
CreateObjectFunction<MINC2ImageIO>::New
());
32
}
33
34
MINC2ImageIOFactory::~MINC2ImageIOFactory
()
35
{
36
}
37
38
const
char
*
39
MINC2ImageIOFactory::GetITKSourceVersion
(
void
)
const
40
{
41
return
ITK_SOURCE_VERSION
;
42
}
43
44
const
char
*
45
MINC2ImageIOFactory::GetDescription
(
void
)
const
46
{
47
return
"MINC2 ImageIO Factory, allows the loading of MINC2 images into insight"
;
48
}
49
50
}
// end namespace itk
Generated at Sat Feb 2 2013 23:52:48 for
Orfeo Toolbox
with
doxygen 1.8.1.1