Skip to content

Commit

Permalink
ENH: Added itkPointSetToImageFilter.wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
darrent1974 committed May 23, 2020
1 parent 62f3af1 commit 75ed959
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Modules/Core/Common/wrapping/itkPointSetToImageFilter.wrap
@@ -0,0 +1,14 @@
itk_wrap_include("itkPointSet.h")
itk_wrap_include("itkDefaultStaticMeshTraits.h")

itk_wrap_class("itk::PointSetToImageFilter" POINTER)
UNIQUE(mesh_types "${WRAP_ITK_SCALAR};D")
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_SCALAR})
foreach(t2 ${mesh_types})
itk_wrap_template("PS${ITKM_${t2}}${d}${ITKM_I${t}${d}}"
"itk::PointSet< ${ITKT_${t2}},${d} >, ${ITKT_I${t}${d}}")
endforeach()
endforeach()
endforeach()
itk_end_wrap_class()

0 comments on commit 75ed959

Please sign in to comment.