19 #ifndef rtkDCMImagXImageIOFactory_h 20 #define rtkDCMImagXImageIOFactory_h 22 #include "RTKExport.h" 24 #include <itkImageIOBase.h> 25 #include <itkObjectFactoryBase.h> 26 #include <itkVersion.h> 52 return ITK_SOURCE_VERSION;
58 return "ImagX ImageIO Factory, allows the loading of ImagX images into insight";
62 itkFactorylessNewMacro(Self);
71 ObjectFactoryBase::RegisterFactory(Self::New());
itk::ObjectFactoryBase Superclass
const char * GetITKSourceVersion() const override
itk::SmartPointer< Self > Pointer
const myProductType * m_MyProduct
static void RegisterOneFactory()
itk::SmartPointer< const Self > ConstPointer
const char * GetDescription() const override