19 #ifndef rtkEdfImageIOFactory_h 20 #define rtkEdfImageIOFactory_h 22 #include "RTKExport.h" 24 #include <itkImageIOBase.h> 25 #include <itkObjectFactoryBase.h> 26 #include <itkVersion.h> 53 return ITK_SOURCE_VERSION;
59 return "Edf ImageIO Factory, allows the loading of Edf images into insight";
63 itkFactorylessNewMacro(Self);
72 ObjectFactoryBase::RegisterFactory(Self::New());
itk::SmartPointer< Self > Pointer
static void RegisterOneFactory()
const char * GetITKSourceVersion() const override
itk::ObjectFactoryBase Superclass
itk::SmartPointer< const Self > ConstPointer
ITK factory for Edf file I/O.
const myProductType * m_MyProduct
const char * GetDescription() const override