]> Creatis software - clitk.git/blobdiff - tools/clitkVectorImageToImageFilter.txx
Remove ITK3 and ITK4.2 tests and dependencies
[clitk.git] / tools / clitkVectorImageToImageFilter.txx
index 539e8dced07cb13b989d63b654b8f7444a8617d5..361f8dd4684a6ba5f8e7af0d796638b49381a37b 100644 (file)
@@ -46,12 +46,7 @@ namespace clitk
   // Generate Data
   //-------------------------------------------------------------------
   template<class InputImageType, class  OutputImageType> 
-  void 
-#if ITK_VERSION_MAJOR >= 4
-  VectorImageToImageFilter<InputImageType, OutputImageType>::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId)
-#else
-  VectorImageToImageFilter<InputImageType, OutputImageType>::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId)
-#endif
+  void VectorImageToImageFilter<InputImageType, OutputImageType>::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId)
   {
     // Iterators
     typename OutputImageType::Pointer output=this->GetOutput();