Skip to content

Commit 1481c1e

Browse files
committed
COMP: PointsLocator wrapping on Windows
Addresses: ``` itkPointsLocator: warning(4): ITK type not wrapped, or currently not known: itk::VectorContainer< unsigned long, itk::Point< float, 3 > > ``` Also use wrapping variables for `Point`, wrapped based on wrapping settings.
1 parent 835dc01 commit 1481c1e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
itk_wrap_class("itk::PointsLocator" POINTER_WITH_2_SUPERCLASSES)
2-
itk_wrap_template("PS${ITKM_F}3" "itk::VectorContainer<${ITKT_UL}, itk::Point<float, 3> >")
2+
foreach(d ${ITK_WRAP_IMAGE_DIMS})
3+
foreach(t ${WRAP_ITK_REAL})
4+
itk_wrap_template("VC${ITKM_IT}${ITKM_P${t}${d}}" "itk::VectorContainer<${ITKT_IT}, ${ITKT_P${t}${d}} >")
5+
endforeach()
6+
endforeach()
37
itk_end_wrap_class()

0 commit comments

Comments
 (0)