Skip to content

Commit

Permalink
COMP: Add ULL wrapping for ScanlineFilterCommon
Browse files Browse the repository at this point in the history
Trying to address:

itkConnectedComponentImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ScanlineFilterCommon< itk::Image< short, 2 >, itk::Image< unsigned long long, 2 > >

Introduced by 89edcf3 from PR #4294.
  • Loading branch information
dzenanz committed Dec 8, 2023
1 parent 4d316b9 commit 9f54bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
itk_wrap_class("itk::ScanlineFilterCommon" POINTER)
itk_wrap_image_filter("${WRAP_ITK_REAL}" 2 2+)
unique(to_types "UL;${WRAP_ITK_INT}")
unique(to_types "UL;${ITKM_IT};${WRAP_ITK_INT}")
itk_wrap_image_filter_combinations("${WRAP_ITK_INT}" "${to_types}" 2+)
# wrap vector to int combinations because ConnectedComponentImageFilter uses them
itk_wrap_image_filter_combinations("${WRAP_ITK_VECTOR}" "${WRAP_ITK_INT}" 2+)
Expand Down

0 comments on commit 9f54bb8

Please sign in to comment.