Skip to content

Commit

Permalink
ENH: Wrap AffineTransform for float parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored and hjmjohnson committed Mar 3, 2024
1 parent f7c54f8 commit 02c0181
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Modules/Core/Transform/wrapping/itkAffineTransform.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
unique(types "D;${WRAP_ITK_REAL}")

itk_wrap_class("itk::AffineTransform" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
itk_wrap_template("${ITKM_D}${d}" "${ITKT_D},${d}")
foreach(t ${types})
itk_wrap_template("${ITKM_${t}}${d}" "${ITKT_${t}},${d}")
endforeach()
endforeach()
itk_end_wrap_class()

0 comments on commit 02c0181

Please sign in to comment.