Skip to content

Commit

Permalink
ENH: Add wrapping for NMinimaMaximaImageCalculator
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 13, 2020
1 parent 00860e6 commit 5a2cd37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wrapping/itkNMinimaMaximaImageCalculator.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
itk_wrap_class("itk::NMinimaMaximaImageCalculator" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_SCALAR})
itk_wrap_template("${ITKM_I${t}${d}}" "${ITKT_I${t}${d}}")
endforeach()
endforeach()
itk_end_wrap_class()

0 comments on commit 5a2cd37

Please sign in to comment.