Skip to content

Commit

Permalink
BUG: PointLocator wrapping should not wrap superclasses
Browse files Browse the repository at this point in the history
Inherits from Object, which is already wrapped.
  • Loading branch information
thewtex committed Jul 27, 2022
1 parent 1481c1e commit c273a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Registration/Common/wrapping/itkPointsLocator.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
itk_wrap_class("itk::PointsLocator" POINTER_WITH_2_SUPERCLASSES)
itk_wrap_class("itk::PointsLocator" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_REAL})
itk_wrap_template("VC${ITKM_IT}${ITKM_P${t}${d}}" "itk::VectorContainer<${ITKT_IT}, ${ITKT_P${t}${d}} >")
Expand Down

0 comments on commit c273a53

Please sign in to comment.