Skip to content

Commit

Permalink
Update wrapping/itkTileMergeImageFilter.wrap
Browse files Browse the repository at this point in the history
Co-authored-by: Matt McCormick <[email protected]>
  • Loading branch information
dzenanz and thewtex authored May 20, 2024
1 parent 0a6b306 commit 4f4a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapping/itkTileMergeImageFilter.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ itk_wrap_class("itk::TileMergeImageFilter" POINTER)
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, double, itk::${iif}")
endforeach()
foreach(t ${WRAP_ITK_RGB})
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBPixel<float>, ${iif}")
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBPixel<float>, itk::${iif}")
endforeach()
foreach(t ${WRAP_ITK_RGBA})
itk_wrap_template("${ITKM_I${t}${d}}${abbr}" "${ITKT_I${t}${d}}, itk::RGBAPixel<float>, ${iif}")
Expand Down

0 comments on commit 4f4a404

Please sign in to comment.