Orfeo Toolbox  3.16
itkMatlabTransformIOFactory.cxx
Go to the documentation of this file.
1 /*=========================================================================
2 
3 Program: Insight Segmentation & Registration Toolkit
4 Module: $RCSfile: itkMatlabTransformIOFactory.cxx,v $
5 Language: C++
6 Date: $Date: 2007-08-09 15:16:00 $
7 Version: $Revision: 1.1 $
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 =========================================================================*/
19 #include "itkMatlabTransformIO.h"
20 #include "itkVersion.h"
21 
22 
23 namespace itk
24 {
25 void MatlabTransformIOFactory::PrintSelf(std::ostream&, Indent) const
26 {
27 
28 }
29 
30 
32 {
33  this->RegisterOverride("itkTransformIOBase",
34  "itkMatlabTransformIO",
35  "Matlab Transform 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 "Matlab TransformIO Factory, allows the "
54  "loading of Nifti images into insight";
55 }
56 
57 } // end namespace itk

Generated at Sat Feb 2 2013 23:51:46 for Orfeo Toolbox with doxygen 1.8.1.1