]> Creatis software - clitk.git/blobdiff - common/clitkIO.cxx
Add comment to precise the functionality of the inputs
[clitk.git] / common / clitkIO.cxx
index 9f3fa11a34b6f02934ea0dc89c3d9ef32650ca0b..284afa949ea0fe0ba4eec5b717f48602d922fcf1 100644 (file)
@@ -52,6 +52,9 @@
 #include <itkStimulateImageIOFactory.h>
 #include <itkTIFFImageIOFactory.h>
 #include <itkVTKImageIOFactory.h>
+#include <itkNiftiImageIOFactory.h>
+#include <itkNrrdImageIOFactory.h>
+#include <itkImageIOFactory.h>
 
 //--------------------------------------------------------------------
 // Register factories
@@ -97,5 +100,7 @@ void clitk::RegisterClitkFactories()
   itk::StimulateImageIOFactory::RegisterOneFactory();
   itk::TIFFImageIOFactory::RegisterOneFactory();
   itk::VTKImageIOFactory::RegisterOneFactory();
+  itk::NiftiImageIOFactory::RegisterOneFactory();
+  itk::NrrdImageIOFactory::RegisterOneFactory();
 } ////