]> Creatis software - clitk.git/blobdiff - registration/clitkTransformToDeformationFieldSource.h
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkTransformToDeformationFieldSource.h
index 27008216cb18439aeb4060c88451009fa14b7645..69a6df7ea6c63864261e9d969bc1af6c712cd7f8 100644 (file)
@@ -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: