X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.txx;h=361f8dd4684a6ba5f8e7af0d796638b49381a37b;hb=babf100c0d140f6b2525532d001b7794fb47a625;hp=539e8dced07cb13b989d63b654b8f7444a8617d5;hpb=c1f8a7a05902373f2b20600b541352172705e176;p=clitk.git diff --git a/tools/clitkVectorImageToImageFilter.txx b/tools/clitkVectorImageToImageFilter.txx index 539e8dc..361f8dd 100644 --- a/tools/clitkVectorImageToImageFilter.txx +++ b/tools/clitkVectorImageToImageFilter.txx @@ -46,12 +46,7 @@ namespace clitk // Generate Data //------------------------------------------------------------------- template - void -#if ITK_VERSION_MAJOR >= 4 - VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId) -#else - VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId) -#endif + void VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId) { // Iterators typename OutputImageType::Pointer output=this->GetOutput();