7 #include "fwItkIO/ImageIOFactoryRegistrar.hxx" 9 #include "inr2itk/itkInrImageIOFactory.hpp" 11 #include <itkCreateObjectFunction.h> 12 #include "inr2itk/itkInrImageIO.hpp" 13 #include <itkVersion.h> 15 #include <fwCore/base.hpp> 24 void InrImageIOFactory::PrintSelf(std::ostream&, Indent)
const 30 InrImageIOFactory::InrImageIOFactory()
33 this->RegisterOverride(
"itkImageIOBase",
37 CreateObjectFunction<InrImageIO>::New());
42 InrImageIOFactory::~InrImageIOFactory()
50 return ITK_SOURCE_VERSION;
55 const char* InrImageIOFactory::GetDescription()
const 57 return "InrImage ImageIO Factory, allows the loading of InrImage into ITK";
#define SLM_TRACE_FUNC()
Trace contextual function signature.
Create instances of InrImageIO objects using an object factory.
virtual const char * GetITKSourceVersion(void) const override