Skip to content

Commit c073a20

Browse files
author
Simon Rit
committed
ENH: Python wrapping of AttenuatedToExponentialCorrectionImageFilter
1 parent 3f14eb9 commit c073a20

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
itk_wrap_class("rtk::AttenuatedToExponentialCorrectionImageFilter" POINTER)
2+
foreach(t ${WRAP_ITK_REAL})
3+
itk_wrap_template("I${ITKM_${t}}3I${ITKM_${t}}3" "itk::Image<${ITKT_${t}}, 3>, itk::Image<${ITKT_${t}}, 3>")
4+
endforeach()
5+
itk_end_wrap_class()

0 commit comments

Comments
 (0)