X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkTransformToDeformationFieldSource.h;h=27008216cb18439aeb4060c88451009fa14b7645;hb=a6957c4825e83c61b977ec316dd841878617ffbd;hp=2e0a101f53967911204d613540b9bcbf31118a5a;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkTransformToDeformationFieldSource.h b/registration/clitkTransformToDeformationFieldSource.h index 2e0a101..2700821 100644 --- a/registration/clitkTransformToDeformationFieldSource.h +++ b/registration/clitkTransformToDeformationFieldSource.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 __clitkTransformToDeformationFieldSource_h #define __clitkTransformToDeformationFieldSource_h #include "itkTransform.h" @@ -184,21 +184,21 @@ protected: */ void ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - int threadId ); + itk::ThreadIdType threadId ); /** Default implementation for resampling that works for any * transformation type. */ void NonlinearThreadedGenerateData( const OutputImageRegionType& outputRegionForThread, - int threadId ); + itk::ThreadIdType threadId ); /** Faster implementation for resampling that works for with linear * transformation types. */ void LinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - int threadId ); + itk::ThreadIdType threadId ); private: