X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkIO.cxx;h=cfa8e86ff994fa59492f9d95064a2cf7cc9c4a98;hb=497f4e3a54a75a1dce99ad4a94a3aaa1ea904323;hp=011147d868fedb67d05b17cd3ec5ac15ec1b6135;hpb=957a4c21ae6aa291c6ad57a45e35c14f5c5d05bb;p=clitk.git diff --git a/common/clitkIO.cxx b/common/clitkIO.cxx index 011147d..cfa8e86 100644 --- a/common/clitkIO.cxx +++ b/common/clitkIO.cxx @@ -36,6 +36,7 @@ #include "clitkConfiguration.h" #if CLITK_PRIVATE_FEATURES #include "clitkUsfImageIOFactory.h" + #include "clitkUSVoxImageIOFactory.h" #endif //-------------------------------------------------------------------- @@ -44,6 +45,7 @@ void clitk::RegisterClitkFactories() { #if CLITK_PRIVATE_FEATURES clitk::UsfImageIOFactory::RegisterOneFactory(); + clitk::USVoxImageIOFactory::RegisterOneFactory(); #endif clitk::GateAsciiImageIOFactory::RegisterOneFactory(); clitk::DicomRTDoseIOFactory::RegisterOneFactory();