12 #ifndef __mitkItkImageFileIOFactory_h 13 #define __mitkItkImageFileIOFactory_h 16 #pragma warning(disable : 4786) 21 #include "itkObjectFactoryBase.h" 41 const char *GetITKSourceVersion(
void)
const override;
42 const char *GetDescription(
void)
const override;
45 itkFactorylessNewMacro(Self);
57 ObjectFactoryBase::RegisterFactory(ItkImageFileIOFactory);
66 void operator=(
const Self &);
static void RegisterOneFactory(void)
#define MITKLEGACYIO_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
itk::SmartPointer< const Self > ConstPointer
itk::ObjectFactoryBase Superclass
static ItkImageFileIOFactory * FactoryNew()
Create instances of ItkImageFileReader objects using an object factory.
ItkImageFileIOFactory Self
itk::SmartPointer< Self > Pointer