X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.txx;h=361f8dd4684a6ba5f8e7af0d796638b49381a37b;hb=refs%2Fheads%2FextentSimon;hp=539e8dced07cb13b989d63b654b8f7444a8617d5;hpb=cd812e081da4c491c5a4d0a7a41ce198e226b75c;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();