Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
IO
itkLSMImageIOFactory.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkLSMImageIOFactory.cxx,v $
5
Language: C++
6
Date: $Date: 2007-03-22 14:28:51 $
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
Portions of this code are covered under the VTK copyright.
13
See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm for details.
14
15
This software is distributed WITHOUT ANY WARRANTY; without even
16
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
17
PURPOSE. See the above copyright notices for more information.
18
19
=========================================================================*/
20
#include "
itkLSMImageIOFactory.h
"
21
#include "
itkCreateObjectFunction.h
"
22
#include "
itkLSMImageIO.h
"
23
#include "
itkVersion.h
"
24
25
namespace
itk
26
{
27
LSMImageIOFactory::LSMImageIOFactory
()
28
{
29
this->
RegisterOverride
(
"itkImageIOBase"
,
30
"itkLSMImageIO"
,
31
"LSM Image IO"
,
32
1,
33
CreateObjectFunction<LSMImageIO>::New
());
34
}
35
36
LSMImageIOFactory::~LSMImageIOFactory
()
37
{
38
}
39
40
const
char
*
41
LSMImageIOFactory::GetITKSourceVersion
()
const
42
{
43
return
ITK_SOURCE_VERSION
;
44
}
45
46
const
char
*
47
LSMImageIOFactory::GetDescription
()
const
48
{
49
return
"LSM ImageIO Factory, allows the loading of LSM images into ITK"
;
50
}
51
52
}
// end namespace itk
Generated at Sat Feb 2 2013 23:51:27 for
Orfeo Toolbox
with
doxygen 1.8.1.1