X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkTransformToDeformationFieldSource.h;h=27008216cb18439aeb4060c88451009fa14b7645;hb=39562adceed3b608834959f2ed079b945187bb22;hp=69a6df7ea6c63864261e9d969bc1af6c712cd7f8;hpb=765020625fbc092d283e221e36c83e60a1844cb7;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: