Skip to content

Commit

Permalink
ENH: Wrap CompositeTransform for float32 parameters
Browse files Browse the repository at this point in the history
For the use case of a float32 displacement vector field.
  • Loading branch information
thewtex authored and dzenanz committed Feb 2, 2024
1 parent 4ae04b3 commit a7f0f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Core/Transform/wrapping/itkCompositeTransform.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
itk_wrap_class("itk::CompositeTransform" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_D}${d}" "${ITKT_D},${d}")
itk_wrap_template("${ITKM_F}${d}" "${ITKT_F},${d}")
endforeach()
itk_end_wrap_class()
1 change: 1 addition & 0 deletions Modules/Core/Transform/wrapping/itkMultiTransform.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
itk_wrap_class("itk::MultiTransform" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_D}${d}${d}" "${ITKT_D},${d},${d}")
itk_wrap_template("${ITKM_F}${d}${d}" "${ITKT_F},${d},${d}")
endforeach()
itk_end_wrap_class()

0 comments on commit a7f0f8a

Please sign in to comment.