X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.txx;h=361f8dd4684a6ba5f8e7af0d796638b49381a37b;hb=1512c37902327dde2650268e1fbd7fbc085b7a89;hp=909a42290e3a84ba556889972f24d5f93eceb718;hpb=d0bf1f6de5086e58c5bbefcee178609763790f61;p=clitk.git diff --git a/tools/clitkVectorImageToImageFilter.txx b/tools/clitkVectorImageToImageFilter.txx index 909a422..361f8dd 100644 --- a/tools/clitkVectorImageToImageFilter.txx +++ b/tools/clitkVectorImageToImageFilter.txx @@ -46,8 +46,7 @@ namespace clitk // Generate Data //------------------------------------------------------------------- template - void - VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId) + void VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId) { // Iterators typename OutputImageType::Pointer output=this->GetOutput();