22 #ifndef rtkHndImageIOFactory_h 23 #define rtkHndImageIOFactory_h 25 #include "RTKExport.h" 29 #include <itkImageIOBase.h> 30 #include <itkObjectFactoryBase.h> 31 #include <itkVersion.h> 58 return ITK_SOURCE_VERSION;
64 return "His ImageIO Factory, allows the loading of His images into insight";
68 itkFactorylessNewMacro(Self);
77 ObjectFactoryBase::RegisterFactory(Self::New());
89 #endif // rtkHndImageIOFactory_h ITK factory for Hnd file I/O.
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
const char * GetDescription() const override
itk::ObjectFactoryBase Superclass
static void RegisterOneFactory()
const myProductType * m_MyProduct
const char * GetITKSourceVersion() const override