18 #ifndef itkDicomImageIOFactory_h
19 #define itkDicomImageIOFactory_h
20 #if !defined( ITK_LEGACY_REMOVE )
33 class DicomImageIOFactory:
public ObjectFactoryBase
37 typedef DicomImageIOFactory Self;
38 typedef ObjectFactoryBase Superclass;
43 virtual const char * GetITKSourceVersion(
void) const ITK_OVERRIDE;
45 virtual const
char * GetDescription(
void) const ITK_OVERRIDE;
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 )
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionType where=INSERT_AT_BACK, vcl_size_t position=0)