]> Creatis software - clitk.git/blobdiff - registration/clitkTransformToDeformationFieldSource.h
itkv4 migration use itk::ThreadIdType
[clitk.git] / registration / clitkTransformToDeformationFieldSource.h
index 2e0a101f53967911204d613540b9bcbf31118a5a..27008216cb18439aeb4060c88451009fa14b7645 100644 (file)
@@ -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_h
 #define __clitkTransformToDeformationFieldSource_h
 #include "itkTransform.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: