X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.h;h=aae8332e04109089474228ae767522fe735d2376;hb=9af6cf90d6f7f3d6c57a406301c21927ac33694b;hp=2bc1e2e4bcf9c6401c39583251ca41c863cf12d5;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/itk/clitkExtractImageFilter.h b/itk/clitkExtractImageFilter.h index 2bc1e2e..aae8332 100644 --- a/itk/clitkExtractImageFilter.h +++ b/itk/clitkExtractImageFilter.h @@ -4,7 +4,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 @@ -15,7 +15,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 @@ -95,7 +95,7 @@ protected: void ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, - int threadId ); + itk::ThreadIdType threadId ); InputImageRegionType m_ExtractionRegion; OutputImageRegionType m_OutputImageRegion;