Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
IO
itkGE4ImageIOFactory.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkGE4ImageIOFactory.cxx,v $
5
Language: C++
6
Date: $Date: 2007-12-03 13:13:08 $
7
Version: $Revision: 1.6 $
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 "
itkGE4ImageIOFactory.h
"
18
#include "
itkCreateObjectFunction.h
"
19
#include "
itkGE4ImageIO.h
"
20
#include "
itkVersion.h
"
21
22
23
namespace
itk
24
{
25
void
GE4ImageIOFactory::PrintSelf
(std::ostream&,
Indent
)
const
26
{
27
28
}
29
30
31
GE4ImageIOFactory::GE4ImageIOFactory
()
32
{
33
this->
RegisterOverride
(
"itkImageIOBase"
,
34
"itkGE4ImageIO"
,
35
"GE4 Image IO"
,
36
1,
37
CreateObjectFunction<GE4ImageIO>::New
());
38
}
39
40
GE4ImageIOFactory::~GE4ImageIOFactory
()
41
{
42
}
43
44
const
char
*
45
GE4ImageIOFactory::GetITKSourceVersion
(
void
)
const
46
{
47
return
ITK_SOURCE_VERSION
;
48
}
49
50
const
char
*
51
GE4ImageIOFactory::GetDescription
()
const
52
{
53
return
"GE4 ImageIO Factory, allows the loading of GE4 images into insight"
;
54
}
55
56
}
// end namespace itk
Generated at Sat Feb 2 2013 23:38:57 for
Orfeo Toolbox
with
doxygen 1.8.1.1