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 7, 2024
1 parent bd3399d commit 7aa535d
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
@@ -1,7 +1,7 @@
itk_wrap_include("itkLinearInterpolateImageFunction.h")
itk_wrap_include("itkNearestNeighborInterpolateImageFunction.h")
itk_wrap_class("itk::TileMergeImageFilter" POINTER)
foreach(iif "LinearInterpolateImageFunction;NearestNeighborInterpolateImageFunction")
foreach(iif LinearInterpolateImageFunction NearestNeighborInterpolateImageFunction)
if (${iif} STREQUAL "LinearInterpolateImageFunction")
set(abbr "L") # abbreviation to use in Python wrapping type name
else()
Expand Down

0 comments on commit 7aa535d

Please sign in to comment.