]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageWriter.h
Parameters are now part of the pipeline update process
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageWriter.h
index 2d72067f71ba231dcdf2f3b79eca37473a7ad2cc..2c97de9beb04da3e58b0a3d021a0cd6a497e1885 100644 (file)
@@ -32,6 +32,15 @@ namespace cpPlugins
 
       virtual std::string _GenerateData( );
 
+      /*
+       * These two methods are Microsort courtesy: inner loop error !
+       */
+      template< unsigned int D >
+        inline std::string _GD0_Image( );
+
+      template< unsigned int D >
+        inline std::string _GD0_VectorImage( );
+
       template< class I >
         inline std::string _RealGD( itk::DataObject* image );