[Insight-users] itk::MetaImageIOFactory::RegisterOneFactory();

Luis Ibanez luis . ibanez at kitware . com
Tue, 27 Aug 2002 10:56:43 -0400


Hi Zein,

You are right,

The more standard IO methods are now preregistered
so users do not have to register them anymore.

These commonly used formats are:

   1) PNG
   2) Dicom
   3) MetaImage

All those:

    MetaImageIOFactory::RegisterOneFactory()

can now be safely removed.


Luis


==========================================

Zein Salah wrote:
> 
> Hello friends,
> 
>  
> 
> I have noticed by chance that there is no need to register a producer of 
> MetaImage readers
> 
> i.e.      itk::MetaImageIOFactory::RegisterOneFactory();
> 
> Does the latest version of itk provides that implicitly??????
> 
>  
> 
> thanks
> 
> Zein