]> Creatis software - clitk.git/blobdiff - common/clitkIO.h
Synergy projections file format
[clitk.git] / common / clitkIO.h
index cabf00ef98176cd716d856c5fe39840e38a107c0..268d064da2c44e38917efba514a55e36c4a378cc 100644 (file)
@@ -20,6 +20,8 @@
 #include "clitkImageCommon.h"
 #include "clitkVoxImageIO.h"
 #include "clitkVoxImageIOFactory.h"
+#include "clitkHisImageIO.h"
+#include "clitkHisImageIOFactory.h"
 #include "clitkVfImageIO.h"
 #include "clitkVfImageIOFactory.h"
 
@@ -28,7 +30,8 @@
 #define CLITK_INIT                                     \
   itk::ImageIOFactory::RegisterBuiltInFactories();     \
     clitk::VoxImageIOFactory::RegisterOneFactory();    \
-    clitk::VfImageIOFactory::RegisterOneFactory();
+    clitk::VfImageIOFactory::RegisterOneFactory();     \
+    clitk::HisImageIOFactory::RegisterOneFactory();
 
 #endif /* end #define CLITKIO_H */