X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.h;h=e2971f4e1962a34fb6aea5067dcfbb0b7b7e46ba;hb=2c87c1a16f2f1656c4aeb97cccb0284a48762cf7;hp=cf5946e3849e4adac4fd5ed3d74a3c02422f33d5;hpb=01efc03d2d7e88c82197f8f500239573c8b67c39;p=clitk.git diff --git a/tools/clitkVectorImageToImageFilter.h b/tools/clitkVectorImageToImageFilter.h index cf5946e..e2971f4 100644 --- a/tools/clitkVectorImageToImageFilter.h +++ b/tools/clitkVectorImageToImageFilter.h @@ -86,7 +86,11 @@ namespace clitk //---------------------------------------- // Update //---------------------------------------- +#if ITK_VERSION_MAJOR >= 4 + void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId ); +#else void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId ); +#endif //---------------------------------------- // Data members