go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkMevisDicomTiffImageIOFactory.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkMevisDicomTiffImageIOFactory.h,v $
5  Language: C++
6  Date: $Date: 2008/12/07 16:38:38 $
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 =========================================================================*/
17 #ifndef __itkMevisDicomTiffImageIOFactory_h
18 #define __itkMevisDicomTiffImageIOFactory_h
19 
20 #include "itkObjectFactoryBase.h"
21 #include "itkImageIOBase.h"
22 
23 namespace itk
24 {
25 
30 class ITK_EXPORT MevisDicomTiffImageIOFactory : public ObjectFactoryBase
31 {
32 public:
33 
36  typedef ObjectFactoryBase Superclass;
37  typedef SmartPointer< Self > Pointer;
38  typedef SmartPointer< const Self > ConstPointer;
39 
41  virtual const char * GetITKSourceVersion( void ) const;
42 
43  virtual const char * GetDescription( void ) const;
44 
46  itkFactorylessNewMacro( Self );
47 
49  itkTypeMacro( MevisDicomTiffImageIOFactory, ObjectFactoryBase );
50 
52  static void RegisterOneFactory( void )
53  {
54  MevisDicomTiffImageIOFactory::Pointer metaFactory = MevisDicomTiffImageIOFactory::New();
55  ObjectFactoryBase::RegisterFactory( metaFactory );
56  }
57 
58 
59 protected:
60 
63 
64 private:
65 
66  MevisDicomTiffImageIOFactory( const Self & ); //purposely not implemented
67  void operator=( const Self & ); //purposely not implemented
68 
69 };
70 
71 // end class MevisDicomTiffImageIOFactory
72 
73 } // end namespace itk
74 
75 #endif // end #ifndef __itkMevisDicomTiffImageIOFactory_h
Create instances of MevisDicomTiffImageIO objects using an object factory.


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo