19 #ifndef rtkHisImageIOFactory_h 20 #define rtkHisImageIOFactory_h 22 #include "RTKExport.h" 27 #include <itkImageIOBase.h> 28 #include <itkObjectFactoryBase.h> 29 #include <itkVersion.h> 56 return ITK_SOURCE_VERSION;
62 return "His ImageIO Factory, allows the loading of His images into insight";
66 itkFactorylessNewMacro(Self);
75 ObjectFactoryBase::RegisterFactory(Self::New());
ITK factory for His file I/O.
const char * GetITKSourceVersion() const override
const myProductType * m_MyProduct
const char * GetDescription() const override
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
static void RegisterOneFactory()
itk::ObjectFactoryBase Superclass