X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkTransformToDeformationFieldSource.h;h=27008216cb18439aeb4060c88451009fa14b7645;hb=e2b37672d5ee8eafc7b1ac075f4e70596349f0c3;hp=69a6df7ea6c63864261e9d969bc1af6c712cd7f8;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/registration/clitkTransformToDeformationFieldSource.h b/registration/clitkTransformToDeformationFieldSource.h index 69a6df7..2700821 100644 --- a/registration/clitkTransformToDeformationFieldSource.h +++ b/registration/clitkTransformToDeformationFieldSource.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: