Skip to content

Commit

Permalink
COMP: Specify all template parameters for NarrowBandLevelSetImageFilter
Browse files Browse the repository at this point in the history
To address:

/work/ITK-cp310-cp310-manylinux_2_28_aarch64/Wrapping/Typedefs/itkNarrowBandCurvesLevelSetImageFilter.i:84: Warning 401: Nothing known about base class 'itk::NarrowBandLevelSetImageFilter< itk::Image< double >,itk::Image< double >,double,itk::Image< double > >'. Ignored.

on Linux aarch64.
  • Loading branch information
thewtex committed Apr 11, 2024
1 parent b61d4ed commit ee33f5a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@ itk_wrap_class("itk::NarrowBandLevelSetImageFilter" POINTER)

foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t ${WRAP_ITK_REAL})
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}${ITKM_${t}}"
"${ITKT_I${t}${d}},${ITKT_I${t}${d}},${ITKT_${t}}")
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_I${t}${d}}${ITKM_${t}}${ITKM_I${t}${d}}"
"${ITKT_I${t}${d}},${ITKT_I${t}${d}},${ITKT_${t}},${ITKT_I${t}${d}}")
endforeach()
endforeach()

Expand Down

0 comments on commit ee33f5a

Please sign in to comment.