16 #ifndef __mitkVtkImageIOFactory_h
17 #define __mitkVtkImageIOFactory_h
20 #pragma warning(disable : 4786)
25 #include "itkObjectFactoryBase.h"
45 virtual const char *GetITKSourceVersion(
void)
const override;
46 virtual const char *GetDescription(
void)
const override;
49 itkFactorylessNewMacro(Self);
61 ObjectFactoryBase::RegisterFactory(VtkImageIOFactory);
70 void operator=(
const Self &);
#define MITKLEGACYIO_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
itk::ObjectFactoryBase Superclass
static VtkImageIOFactory * FactoryNew()
itk::SmartPointer< Self > Pointer
static void RegisterOneFactory(void)
Create instances of VtkImageReader objects using an object factory.
itk::SmartPointer< const Self > ConstPointer