Orfeo Toolbox  3.16
itkMINC2ImageIOFactory.cxx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkMINC2ImageIOFactory.cxx,v $
5  Language: C++
6  Date: $Date: 2007-09-04 12:27:34 $
7  Version: $Revision: 1.2 $
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 "itkMINC2ImageIOFactory.h"
19 #include "itkMINC2ImageIO.h"
20 #include "itkVersion.h"
21 
22 namespace itk
23 {
24 
26 {
27  this->RegisterOverride("itkImageIOBase",
28  "itkMINC2ImageIO",
29  "MINC2 Image IO",
30  1,
32 }
33 
35 {
36 }
37 
38 const char*
40 {
41  return ITK_SOURCE_VERSION;
42 }
43 
44 const char*
46 {
47  return "MINC2 ImageIO Factory, allows the loading of MINC2 images into insight";
48 }
49 
50 } // end namespace itk

Generated at Sat Feb 2 2013 23:52:48 for Orfeo Toolbox with doxygen 1.8.1.1