Skip to content

Commit

Permalink
ENH: Wrap DataObjectDecorator<CompositeTransform<float>>
Browse files Browse the repository at this point in the history
Addresses:

itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< float, 2 > >
itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< float, 3 > >
  • Loading branch information
dzenanz committed Feb 3, 2024
1 parent 7a6053f commit b6a6b6b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ itk_wrap_include("itkMesh.h")
itk_wrap_class("itk::DataObjectDecorator" POINTER)
foreach(d ${ITK_WRAP_DIMS})
itk_wrap_template("CT${ITKM_D}${d}" "itk::CompositeTransform< ${ITKT_D}, ${d} >")
itk_wrap_template("CT${ITKM_F}${d}" "itk::CompositeTransform< ${ITKT_F}, ${d} >")
itk_wrap_template("DFT${ITKM_D}${d}" "itk::DisplacementFieldTransform< ${ITKT_D}, ${d} >")
itk_wrap_template("BSOUDFT${ITKM_D}${d}" "itk::BSplineSmoothingOnUpdateDisplacementFieldTransform< ${ITKT_D}, ${d} >")
# necessary for TimeVaryingVelocityFieldImageRegistrationMethodv4
Expand Down

0 comments on commit b6a6b6b

Please sign in to comment.