Orfeo Toolbox  3.16
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 =========================================================================*/
19 
21 #include "otbTileMapImageIO.h"
22 #include "itkVersion.h"
23 
24 namespace otb
25 {
26 
28 {
29  this->RegisterOverride("otbImageIOBase",
30  "otbTileMapImageIO",
31  "TileMap Image IO",
32  1,
34 }
35 
37 {
38 }
39 
40 const char*
42 {
43  return ITK_SOURCE_VERSION;
44 }
45 
46 const char*
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