X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkIO.cxx;h=8b159e7828bb13cbca487c20f517c7586ce47c1a;hb=297a137a4605a310b13f60498890d3b5c157cebd;hp=806a81273eba79867caf5439dfc9dbfebf806aec;hpb=138d9b4ae5336543a9afc3b391b30f8398be3421;p=clitk.git diff --git a/common/clitkIO.cxx b/common/clitkIO.cxx index 806a812..8b159e7 100644 --- a/common/clitkIO.cxx +++ b/common/clitkIO.cxx @@ -28,10 +28,13 @@ #include "clitkImageCommon.h" #include "clitkDicomRTDoseIOFactory.h" #include "clitkVoxImageIOFactory.h" -#include "clitkHisImageIOFactory.h" #include "clitkVfImageIOFactory.h" #include "clitkXdrImageIOFactory.h" +#include "rtkHisImageIOFactory.h" #include "rtkHndImageIOFactory.h" +#include "rtkEdfImageIOFactory.h" +#include "rtkImagXImageIOFactory.h" +#include "clitkEsrfHstImageIOFactory.h" #include "clitkGateAsciiImageIOFactory.h" #include "clitkConfiguration.h" #if CLITK_PRIVATE_FEATURES @@ -56,8 +59,11 @@ void clitk::RegisterClitkFactories() #endif clitk::VoxImageIOFactory::RegisterOneFactory(); clitk::VfImageIOFactory::RegisterOneFactory(); - clitk::HisImageIOFactory::RegisterOneFactory(); clitk::XdrImageIOFactory::RegisterOneFactory(); + rtk::HisImageIOFactory::RegisterOneFactory(); rtk::HndImageIOFactory::RegisterOneFactory(); + rtk::EdfImageIOFactory::RegisterOneFactory(); + rtk::ImagXImageIOFactory::RegisterOneFactory(); + clitk::EsrfHstImageIOFactory::RegisterOneFactory(); } ////