22 #ifndef rtkXimImageIOFactory_h 23 #define rtkXimImageIOFactory_h 25 #include "RTKExport.h" 30 #include <itkImageIOBase.h> 31 #include <itkObjectFactoryBase.h> 32 #include <itkVersion.h> 59 return ITK_SOURCE_VERSION;
65 return "Xim ImageIO Factory, allows the loading of Xim images into insight";
69 itkFactorylessNewMacro(Self);
78 ObjectFactoryBase::RegisterFactory(Self::New());
90 #endif // __rtkXimImageIOFactory_h itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
const char * GetITKSourceVersion() const override
itk::ObjectFactoryBase Superclass
ITK factory for Xim file I/O.
const myProductType * m_MyProduct
const char * GetDescription() const override
static void RegisterOneFactory()