Skip to content

Commit

Permalink
COMP: Wrap WrapExtrapolateImageFunction base class
Browse files Browse the repository at this point in the history
After this class is wrapped in ITK, we should remove the wrapping here.
  • Loading branch information
thewtex committed Mar 19, 2019
1 parent 6f18f9e commit 9bda316
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wrapping/itkWrapExtrapolateImageFunction.wrap
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# We should remove this after this class is wrapped in ITK
itk_wrap_class("itk::ExtrapolateImageFunction" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_SCALAR})
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_D}" "${ITKT_I${t}${d}},${ITKT_D}")
endforeach()
endforeach()
itk_end_wrap_class()

itk_wrap_class("itk::WrapExtrapolateImageFunction" POINTER)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_SCALAR})
Expand Down

0 comments on commit 9bda316

Please sign in to comment.