fw4spl
fwItkIO::ImageIOFactoryRegistrar< ConcreteImageIOFactory > Class Template Reference

The purpose of this class is to automatically register a Concrete ImageIOFactory in the factory database of ITK ( itk::ObjectFactoryBase ). More...

#include <ImageIOFactoryRegistrar.hxx>

Detailed Description

template<class ConcreteImageIOFactory>
class fwItkIO::ImageIOFactoryRegistrar< ConcreteImageIOFactory >

The purpose of this class is to automatically register a Concrete ImageIOFactory in the factory database of ITK ( itk::ObjectFactoryBase ).

Template Parameters
thetype of imageiofactory class to register The technique used is declare a global variable as instance of a class ( see REGISTER_IMAGEIOFACTORY ). The creation of the instance will call the registration of the factory

Definition at line 23 of file ImageIOFactoryRegistrar.hxx.


The documentation for this class was generated from the following file: