Orfeo Toolbox  3.16
otbTileMapImageIOFactory.h
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 
19 #ifndef __otbTileMapImageIOFactory_h
20 #define __otbTileMapImageIOFactory_h
21 
22 #include "itkObjectFactoryBase.h"
23 #include "otbImageIOBase.h"
24 
25 namespace otb
26 {
31 {
32 public:
38 
40  virtual const char* GetITKSourceVersion(void) const;
41  virtual const char* GetDescription(void) const;
42 
44  itkFactorylessNewMacro(Self);
45 
48 
50  static void RegisterOneFactory(void)
51  {
54  }
55 
56 protected:
58  virtual ~TileMapImageIOFactory();
59 
60 private:
61  TileMapImageIOFactory(const Self &); //purposely not implemented
62  void operator =(const Self&); //purposely not implemented
63 
64 };
65 
66 } // end namespace otb
67 
68 #endif

Generated at Sun May 19 2013 00:54:11 for Orfeo Toolbox with doxygen 1.8.3.1