]> Creatis software - clitk.git/blobdiff - registration/clitkTransformToDeformationFieldSource.txx
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkTransformToDeformationFieldSource.txx
index adac4f6f0e41e8103f73a14abc70c3f73da43b6d..d45f49d33f1fa32f6528b88e57b7fe6d3d2b32f7 100644 (file)
@@ -182,7 +182,7 @@ void
 TransformToDeformationFieldSource<TOutputImage, TTransformPrecisionType>
   ::ThreadedGenerateData(
   const OutputImageRegionType & outputRegionForThread,
-  itk::ThreadIdType threadId )
+  int 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<TOutputImage, TTransformPrecisionType>
   ::NonlinearThreadedGenerateData(
   const OutputImageRegionType & outputRegionForThread,
-  itk::ThreadIdType threadId )
+  int threadId )
 {
   // Get the output pointer
   OutputImagePointer outputPtr = this->GetOutput();
@@ -253,7 +253,7 @@ void
 TransformToDeformationFieldSource<TOutputImage, TTransformPrecisionType>
   ::LinearThreadedGenerateData(
   const OutputImageRegionType & outputRegionForThread,
-  itk::ThreadIdType threadId )
+  int threadId )
 {
   // Get the output pointer
   OutputImagePointer outputPtr = this->GetOutput();