X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkIO.cxx;h=cfa8e86ff994fa59492f9d95064a2cf7cc9c4a98;hb=7c429b3233bac2aa0fc58bf99672a63ad9d8241d;hp=011147d868fedb67d05b17cd3ec5ac15ec1b6135;hpb=957bd506f2f479f1aab9581ff36de2924d0c5eab;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();