X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=registration%2FclitkTransformToDeformationFieldSource.txx;h=adac4f6f0e41e8103f73a14abc70c3f73da43b6d;hb=a6957c4825e83c61b977ec316dd841878617ffbd;hp=d45f49d33f1fa32f6528b88e57b7fe6d3d2b32f7;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/registration/clitkTransformToDeformationFieldSource.txx b/registration/clitkTransformToDeformationFieldSource.txx index d45f49d..adac4f6 100644 --- a/registration/clitkTransformToDeformationFieldSource.txx +++ b/registration/clitkTransformToDeformationFieldSource.txx @@ -182,7 +182,7 @@ void TransformToDeformationFieldSource ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - int threadId ) + itk::ThreadIdType threadId ) { // Check whether we can use a fast path for resampling. Fast path // can be used if the transformation is linear. Transform respond @@ -203,7 +203,7 @@ void TransformToDeformationFieldSource ::NonlinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - int threadId ) + itk::ThreadIdType threadId ) { // Get the output pointer OutputImagePointer outputPtr = this->GetOutput(); @@ -253,7 +253,7 @@ void TransformToDeformationFieldSource ::LinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, - int threadId ) + itk::ThreadIdType threadId ) { // Get the output pointer OutputImagePointer outputPtr = this->GetOutput();