Skip to content

Commit

Permalink
BUG: Temporary workaround for wrapping failure
Browse files Browse the repository at this point in the history
Temporarily removes `itk::ResampleImageFilter` wrapping for
`itk::CurvilinearArraySpecialCoordinatesImage` while investigating
member function template wrapping failures in #171.
  • Loading branch information
tbirdso committed Feb 7, 2022
1 parent 8dfad42 commit b6335eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions wrapping/itkCurvilinearArraySpecialCoordinatesImage.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ itk_wrap_class("itk::ImageFileWriter" POINTER)
endforeach()
itk_end_wrap_class()

itk_wrap_include("itkResampleImageFilter.h")
itk_wrap_class("itk::ResampleImageFilter" POINTER_WITH_2_SUPERCLASSES)
foreach(d ${ITK_WRAP_IMAGE_DIMS})
foreach(t1 ${WRAP_ITK_SCALAR})
foreach(t2 ${WRAP_ITK_SCALAR})
itk_wrap_template("CASCI${ITKM_${t1}}${d}I${ITKM_${t2}}${d}"
"itk::CurvilinearArraySpecialCoordinatesImage< ${ITKT_${t1}}, ${d} >, itk::Image< ${ITKT_${t2}}, ${d} >")
endforeach()
endforeach()
endforeach()
itk_end_wrap_class()
#itk_wrap_include("itkResampleImageFilter.h")
#itk_wrap_class("itk::ResampleImageFilter" POINTER_WITH_2_SUPERCLASSES)
# foreach(d ${ITK_WRAP_IMAGE_DIMS})
# foreach(t1 ${WRAP_ITK_SCALAR})
# foreach(t2 ${WRAP_ITK_SCALAR})
# itk_wrap_template("CASCI${ITKM_${t1}}${d}I${ITKM_${t2}}${d}"
# "itk::CurvilinearArraySpecialCoordinatesImage< ${ITKT_${t1}}, ${d} >, itk::Image< ${ITKT_${t2}}, ${d} >")
# endforeach()
# endforeach()
# endforeach()
#itk_end_wrap_class()

itk_wrap_include("itkSpectra1DSupportWindowToMaskImageFilter.h")
itk_wrap_class("itk::Spectra1DSupportWindowToMaskImageFilter" POINTER_WITH_2_SUPERCLASSES)
Expand Down

0 comments on commit b6335eb

Please sign in to comment.