X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkIO.cxx;h=ded85e7a1f4f595eee6dd3a81068f8d6732cdd7a;hb=a9bddd3844a7b1fed036cbe9de2e1cc00b92598f;hp=2c8b9b5cd1094dd3a3cf1a669ae6dbbed4227ece;hpb=3451be2e38ff6603113fb95f7498e127707de370;p=clitk.git diff --git a/common/clitkIO.cxx b/common/clitkIO.cxx index 2c8b9b5..ded85e7 100755 --- a/common/clitkIO.cxx +++ b/common/clitkIO.cxx @@ -15,16 +15,6 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html ======================================================================-====*/ -/** - ------------------------------------------------- - * @file clitkHisImageIO.cxx - * @author Simon Rit - * @date 16 Feb 2010 - * - * @brief - * - * - -------------------------------------------------*/ // std include #include @@ -36,6 +26,7 @@ // clitk include #include "clitkIO.h" #include "clitkImageCommon.h" +#include "clitkDicomRTDoseIOFactory.h" #include "clitkVoxImageIOFactory.h" #include "clitkHisImageIOFactory.h" #include "clitkVfImageIOFactory.h" @@ -46,6 +37,7 @@ // Register factories void clitk::RegisterClitkFactories() { + clitk::DicomRTDoseIOFactory::RegisterOneFactory(); itk::ImageIOFactory::RegisterBuiltInFactories(); clitk::VoxImageIOFactory::RegisterOneFactory(); clitk::VfImageIOFactory::RegisterOneFactory();