Skip to content

Commit 6d41070

Browse files
thewtexkwrobot
authored andcommitted
Merge topic 'AddWrappingToMultiResolutionPDEDeformableRegistration-for-release'
a76df7c ENH: Add Python wrap file to itk::MultiResolutionPDEDeforableRegistration.
2 parents 9f1ae59 + a76df7c commit 6d41070

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
itk_wrap_class("itk::MultiResolutionPDEDeformableRegistration" POINTER)
2+
foreach(s ${WRAP_ITK_SCALAR})
3+
itk_wrap_image_filter_combinations("${s}" "${s}" "${WRAP_ITK_VECTOR_REAL}" 2+)
4+
endforeach()
5+
itk_end_wrap_class()

0 commit comments

Comments
 (0)