X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkBackProjectImageFilter.txx;fp=itk%2FclitkBackProjectImageFilter.txx;h=f98129145b95fcbc31c794f89618881df80f5cf7;hb=aa66e8e3252e2d42c7a1fd8b21336a5a0a65835d;hp=b1f84e260426db6becc2a0261be699742ee759da;hpb=10ab5094ede8057d004d0232ce74f9194f3ebe4e;p=clitk.git diff --git a/itk/clitkBackProjectImageFilter.txx b/itk/clitkBackProjectImageFilter.txx index b1f84e2..f981291 100644 --- a/itk/clitkBackProjectImageFilter.txx +++ b/itk/clitkBackProjectImageFilter.txx @@ -302,12 +302,7 @@ namespace clitk //----------------------------------------------------------------------- template void - BackProjectImageFilter -#if ITK_VERSION_MAJOR >= 4 - ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId ) -#else - ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, int threadId ) -#endif + BackProjectImageFilter::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId ) { //Projection pointer InputImageConstPointer inputPtr=this->GetInput();