19 #ifndef rtkHncImageIOFactory_h 20 #define rtkHncImageIOFactory_h 22 #include "RTKExport.h" 26 #include <itkImageIOBase.h> 27 #include <itkObjectFactoryBase.h> 28 #include <itkVersion.h> 54 return ITK_SOURCE_VERSION;
60 return "Hnc ImageIO Factory, allows the loading of Hnc images into insight";
64 itkFactorylessNewMacro(Self);
73 ObjectFactoryBase::RegisterFactory(Self::New());
78 operator=(
const Self &) =
delete;
89 #endif // rtkHncImageIOFactory_h const char * GetDescription() const override
static void RegisterOneFactory()
const myProductType * m_MyProduct
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
itk::ObjectFactoryBase Superclass
const char * GetITKSourceVersion() const override