X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkExtractImageFilter.h;h=f3eac186edef23f5cf85cdd0440a1e1faacf5d2d;hb=a6957c4825e83c61b977ec316dd841878617ffbd;hp=12880ac786984183fc0e46b12827899de61eb9a2;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkExtractImageFilter.h b/registration/clitkExtractImageFilter.h index 12880ac..f3eac18 100644 --- a/registration/clitkExtractImageFilter.h +++ b/registration/clitkExtractImageFilter.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __clitkExtractImageFilter_h #define __clitkExtractImageFilter_h #include "itkImageToImageFilter.h" @@ -93,7 +93,7 @@ protected: void ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, - int threadId ); + itk::ThreadIdType threadId ); InputImageRegionType m_ExtractionRegion; OutputImageRegionType m_OutputImageRegion;