Orfeo Toolbox  3.16
itkBruker2DSEQImageIOFactory.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkBruker2DSEQImageIOFactory.h,v $
5  Language: C++
6  Date: $Date: 2008-06-23 22:04:35 $
7  Version: $Revision: 1.3 $
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 #ifndef __itkBruker2DSEQImageIOFactory_h
18 #define __itkBruker2DSEQImageIOFactory_h
19 
20 #include "itkObjectFactoryBase.h"
21 #include "itkImageIOBase.h"
22 
23 namespace itk
24 {
36 {
37 public:
43 
45  virtual const char* GetITKSourceVersion(void) const;
46  virtual const char* GetDescription(void) const;
47 
49  itkFactorylessNewMacro(Self);
50 
53 
55  static void RegisterOneFactory(void)
56  {
60  }
61 
62 protected:
64  virtual ~Bruker2DSEQImageIOFactory();
65 
66 private:
67  Bruker2DSEQImageIOFactory(const Self&); //purposely not implemented
68  void operator=(const Self&); //purposely not implemented
69 
70 };
71 
72 
73 } // end namespace itk
74 
75 #endif

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