X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkTransformToDeformationFieldSource.txx;h=adac4f6f0e41e8103f73a14abc70c3f73da43b6d;hb=9af6cf90d6f7f3d6c57a406301c21927ac33694b;hp=a509304102dbc95ebeb108364bfec75ef6366789;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkTransformToDeformationFieldSource.txx b/registration/clitkTransformToDeformationFieldSource.txx index a509304..adac4f6 100644 --- a/registration/clitkTransformToDeformationFieldSource.txx +++ b/registration/clitkTransformToDeformationFieldSource.txx @@ -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_txx #define __clitkTransformToDeformationFieldSource_txx #include "clitkTransformToDeformationFieldSource.h" @@ -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();