Skip to content

Commit 3e75867

Browse files
committed
BUG: Remove duplicate wrapping of itk::ImageIOBase
1 parent c1039d5 commit 3e75867

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

wrapping/itkCoocurrenceTextureFeaturesImageFilter.wrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ itk_wrap_class("itk::ImageToImageFilter" POINTER)
3434
endforeach()
3535
itk_end_wrap_class()
3636

37-
itk_wrap_simple_class("itk::ImageIOBase" )
38-
3937
itk_wrap_class("itk::ImageFileReader" POINTER)
4038
foreach(d ${ITK_WRAP_IMAGE_DIMS})
4139
itk_wrap_template("IV${ITKM_F}${OutputVectorDim}${d}"

wrapping/itkRunLengthTextureFeaturesImageFilter.wrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ itk_wrap_class("itk::ImageToImageFilter" POINTER)
3434
endforeach()
3535
itk_end_wrap_class()
3636

37-
itk_wrap_simple_class("itk::ImageIOBase")
38-
3937
itk_wrap_class("itk::ImageFileReader" POINTER)
4038
foreach(d ${ITK_WRAP_IMAGE_DIMS})
4139
itk_wrap_template("IV${ITKM_F}${OutputVectorDim}${d}"

0 commit comments

Comments
 (0)