18 #ifndef __itkDicomImageIOFactory_h
19 #define __itkDicomImageIOFactory_h
20 #if !defined( ITK_LEGACY_REMOVE )
33 class ITK_EXPORT DicomImageIOFactory:
public ObjectFactoryBase
37 typedef DicomImageIOFactory Self;
38 typedef ObjectFactoryBase Superclass;
39 typedef SmartPointer< Self > Pointer;
40 typedef SmartPointer< const Self > ConstPointer;
43 virtual const char * GetITKSourceVersion(
void)
const;
45 virtual const char * GetDescription(
void)
const;
48 itkFactorylessNewMacro(Self);
51 itkTypeMacro(DicomImageIOFactory, ObjectFactoryBase);
54 static void RegisterOneFactory(
void)
56 DicomImageIOFactory::Pointer DicomFactory = DicomImageIOFactory::New();
62 DicomImageIOFactory();
63 ~DicomImageIOFactory();
66 DicomImageIOFactory(
const Self &);
67 void operator=(
const Self &);
71 #endif //#if !defined( ITK_LEGACY_REMOVE )