Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
IO
otbTileMapImageIOFactory.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 "
otbTileMapImageIOFactory.h
"
19
20
#include "
itkCreateObjectFunction.h
"
21
#include "
otbTileMapImageIO.h
"
22
#include "
itkVersion.h
"
23
24
namespace
otb
25
{
26
27
TileMapImageIOFactory::TileMapImageIOFactory
()
28
{
29
this->
RegisterOverride
(
"otbImageIOBase"
,
30
"otbTileMapImageIO"
,
31
"TileMap Image IO"
,
32
1,
33
itk::CreateObjectFunction<TileMapImageIO>::New
());
34
}
35
36
TileMapImageIOFactory::~TileMapImageIOFactory
()
37
{
38
}
39
40
const
char
*
41
TileMapImageIOFactory::GetITKSourceVersion
(
void
)
const
42
{
43
return
ITK_SOURCE_VERSION
;
44
}
45
46
const
char
*
47
TileMapImageIOFactory::GetDescription
()
const
48
{
49
return
"TileMap ImageIO Factory, enabling TileMap image format loading in OTB"
;
50
}
51
52
}
// end namespace otb
Generated at Sun May 19 2013 00:54:11 for
Orfeo Toolbox
with
doxygen 1.8.3.1