Skip to content

Commit d551eec

Browse files
authored
Merge pull request #43 from thewtex/duplicate-wrapping
Duplicate wrapping
2 parents c1039d5 + 1efb7a0 commit d551eec

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

include/itkDigitizerFunctor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef itkDigitizerFunctor_h
1919
#define itkDigitizerFunctor_h
2020

21+
#include "itkNumericTraits.h"
22+
2123
namespace itk
2224
{
2325
namespace Statistics

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)