X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkTransformToDeformationFieldSource.h;fp=registration%2FclitkTransformToDeformationFieldSource.h;h=69a6df7ea6c63864261e9d969bc1af6c712cd7f8;hb=1eaa43a8aa678f784fd0f4b587d45c1435285214;hp=27008216cb18439aeb4060c88451009fa14b7645;hpb=13b9b1bbed880af93318198be2a8c227f4e987f1;p=clitk.git diff --git a/registration/clitkTransformToDeformationFieldSource.h b/registration/clitkTransformToDeformationFieldSource.h index 2700821..69a6df7 100644 --- a/registration/clitkTransformToDeformationFieldSource.h +++ b/registration/clitkTransformToDeformationFieldSource.h @@ -184,21 +184,21 @@ protected: */ void ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - itk::ThreadIdType threadId ); + int threadId ); /** Default implementation for resampling that works for any * transformation type. */ void NonlinearThreadedGenerateData( const OutputImageRegionType& outputRegionForThread, - itk::ThreadIdType threadId ); + int threadId ); /** Faster implementation for resampling that works for with linear * transformation types. */ void LinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - itk::ThreadIdType threadId ); + int threadId ); private: