Skip to content

Commit bac804d

Browse files
committed
COMP: Wrap GaussianImageSource for StructureTensor
To address: itkStructureTensor: warning(4): ITK type not wrapped, or currently not known: itk::GaussianImageSource< itk::Image< double, 2 > > itkStructureTensor: warning(4): ITK type not wrapped, or currently not known: itk::GaussianImageSource< itk::Image< double, 3 > >
1 parent e76bc67 commit bac804d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

wrapping/itkStructureTensor.wrap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ itk_wrap_class("itk::ImageSource" POINTER)
1818
endforeach()
1919
itk_end_wrap_class()
2020

21+
itk_wrap_class("itk::GaussianImageSource" POINTER)
22+
foreach(d ${ITK_WRAP_IMAGE_DIMS})
23+
foreach(t ${WRAP_ITK_REAL})
24+
itk_wrap_template("${ITKM_I${t}${d}}" "${ITKT_I${t}${d}}")
25+
endforeach()
26+
endforeach()
27+
itk_end_wrap_class()
28+
2129
itk_wrap_class("itk::ImageToImageFilter" POINTER)
2230
foreach(d ${ITK_WRAP_IMAGE_DIMS})
2331
foreach(t ${WRAP_ITK_REAL})

0 commit comments

Comments
 (0)