Orfeo Toolbox  3.16
itkGEAdwImageIOFactory.cxx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkGEAdwImageIOFactory.cxx,v $
5  Language: C++
6  Date: $Date: 2007-12-03 13:13:09 $
7  Version: $Revision: 1.6 $
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  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #include "itkGEAdwImageIOFactory.h"
19 #include "itkGEAdwImageIO.h"
20 #include "itkVersion.h"
21 
22 
23 namespace itk
24 {
25 void GEAdwImageIOFactory::PrintSelf(std::ostream&, Indent) const
26 {
27 
28 }
29 
30 
32 {
33  this->RegisterOverride("itkImageIOBase",
34  "itkGEAdwImageIO",
35  "GEAdw Image IO",
36  1,
38 }
39 
41 {
42 }
43 
44 const char*
46 {
47  return ITK_SOURCE_VERSION;
48 }
49 
50 const char*
52 {
53  return "GEAdw ImageIO Factory, allows the loading of GEAdw images into insight";
54 }
55 
56 } // end namespace itk

Generated at Sat May 18 2013 23:40:05 for Orfeo Toolbox with doxygen 1.8.3.1