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 committed Feb 2, 2024
1 parent 4ae04b3 commit 3a521d8
Showing 1 changed file with 1 addition 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()

0 comments on commit 3a521d8

Please sign in to comment.