Skip to content

Commit

Permalink
COMP: Wrap IdentityTransform for float
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored and hjmjohnson committed Mar 12, 2024
1 parent a18183e commit dd11c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Core/Transform/wrapping/itkIdentityTransform.wrap
@@ -1,5 +1,6 @@
itk_wrap_class("itk::IdentityTransform" 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 dd11c3a

Please sign in to comment.