Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
IO
otbLUMImageIOFactory.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ORFEO Toolbox
4
Language: C++
5
Date: $Date$
6
Version: $Revision$
7
8
9
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
10
See OTBCopyright.txt for details.
11
12
13
This software is distributed WITHOUT ANY WARRANTY; without even
14
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
PURPOSE. See the above copyright notices for more information.
16
17
=========================================================================*/
18
#include "
otbLUMImageIOFactory.h
"
19
20
#include "
itkCreateObjectFunction.h
"
21
#include "
otbLUMImageIO.h
"
22
#include "
itkVersion.h
"
23
24
namespace
otb
25
{
26
27
LUMImageIOFactory::LUMImageIOFactory
()
28
{
29
this->
RegisterOverride
(
"itkImageIOBase"
,
30
"otbLUMImageIO"
,
31
"LUM Image IO"
,
32
1,
33
itk::CreateObjectFunction<LUMImageIO>::New
());
34
}
35
36
LUMImageIOFactory::~LUMImageIOFactory
()
37
{
38
}
39
40
const
char
*
41
LUMImageIOFactory::GetITKSourceVersion
(
void
)
const
42
{
43
return
ITK_SOURCE_VERSION
;
44
}
45
46
const
char
*
47
LUMImageIOFactory::GetDescription
()
const
48
{
49
return
"LUM ImageIO Factory, permettant le chargement d'image au format LUM dans l'OTB"
;
50
}
51
52
}
// end namespace otb
Generated at Sun Feb 3 2013 00:35:26 for
Orfeo Toolbox
with
doxygen 1.8.1.1