]> Creatis software - clitk.git/blobdiff - tools/clitkImage2DicomGenericFilter.h
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkImage2DicomGenericFilter.h
index 3e47a342e66aad93261389f5d09c54d28b45814c..5b56222b1916a3aa007b69f07d7d6a95af65396e 100644 (file)
@@ -129,8 +129,8 @@ namespace clitk
     //----------------------------------------  
     // Templated members
     //----------------------------------------  
-    template <unsigned int Dimension>  void UpdateWithDim(std::string PixelType);
-    template <unsigned int Dimension, class PixelType>  void UpdateWithDimAndPixelType();
+    template <unsigned int inputDimension, unsigned int outputDimension>  void UpdateWithDim(std::string PixelType);
+    template <unsigned int inputDimension, unsigned int outputDimension, class PixelType>  void UpdateWithDimAndPixelType();
     
     
      //----------------------------------------