]> Creatis software - clitk.git/blobdiff - common/clitkIO.cxx
Allow for overlay images with differing temporal length
[clitk.git] / common / clitkIO.cxx
index 011147d868fedb67d05b17cd3ec5ac15ec1b6135..cfa8e86ff994fa59492f9d95064a2cf7cc9c4a98 100644 (file)
@@ -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();