Skip to content

Commit e94b1cf

Browse files
committed
COMP: Brackets in SiddonJacobsRayCastInterpolateImageFunction wrapping
Also, we cannot wrap for float because itk::Euler3DTransform is not wrapped for float.
1 parent 08a6dca commit e94b1cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wrapping/itkSiddonJacobsRayCastInterpolateImageFunction.wrap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ if(has_d_3)
44
itk_wrap_class("itk::SiddonJacobsRayCastInterpolateImageFunction" POINTER)
55
foreach(t ${WRAP_ITK_SCALAR})
66
# This interpolator works for 3-dimensional images only
7-
itk_wrap_template("${ITKM_I${t}3}$(ITKM_D)" "${ITKT_I${t}3},${ITKT_D}")
8-
itk_wrap_template("${ITKM_I${t}3}$(ITKM_F)" "${ITKT_I${t}3},${ITKT_F}")
7+
itk_wrap_template("${ITKM_I${t}3}${ITKM_D}" "${ITKT_I${t}3},${ITKT_D}")
98
endforeach()
109
itk_end_wrap_class()
1110
endif()

0 commit comments

Comments
 (0)