Skip to content

Commit 90f0900

Browse files
committed
ENH: Wrap VectorImage before Image of Vector
There is better wrapping support in other classes for VectorImage.
1 parent 1d51252 commit 90f0900

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wrapping/itkCoocurrenceTextureFeaturesImageFilter.wrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ itk_end_wrap_class()
5151
itk_wrap_class("itk::Statistics::CoocurrenceTextureFeaturesImageFilter" POINTER)
5252
foreach(d ${ITK_WRAP_IMAGE_DIMS})
5353
foreach(t ${WRAP_ITK_SCALAR})
54-
itk_wrap_template("${ITKM_I${t}${d}}IV${ITKM_F}${OutputVectorDim}${d}"
55-
"${ITKT_I${t}${d}}, itk::Image<itk::Vector<${ITKT_F},${OutputVectorDim}>,${d}>")
5654
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_VI${ITKM_F}${d}}"
5755
"${ITKT_I${t}${d}}, ${ITKT_VI${ITKM_F}${d}}")
56+
itk_wrap_template("${ITKM_I${t}${d}}IV${ITKM_F}${OutputVectorDim}${d}"
57+
"${ITKT_I${t}${d}}, itk::Image<itk::Vector<${ITKT_F},${OutputVectorDim}>,${d}>")
5858
endforeach()
5959
endforeach()
6060
itk_end_wrap_class()

wrapping/itkRunLengthTextureFeaturesImageFilter.wrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ itk_end_wrap_class()
5151
itk_wrap_class("itk::Statistics::RunLengthTextureFeaturesImageFilter" POINTER)
5252
foreach(d ${ITK_WRAP_IMAGE_DIMS})
5353
foreach(t ${WRAP_ITK_SCALAR})
54-
itk_wrap_template("${ITKM_I${t}${d}}IV${ITKM_F}${OutputVectorDim}${d}"
55-
"${ITKT_I${t}${d}}, itk::Image<itk::Vector<${ITKT_F},${OutputVectorDim}>,${d}>")
5654
itk_wrap_template("${ITKM_I${t}${d}}${ITKM_VI${ITKM_F}${d}}"
5755
"${ITKT_I${t}${d}}, ${ITKT_VI${ITKM_F}${d}}")
56+
itk_wrap_template("${ITKM_I${t}${d}}IV${ITKM_F}${OutputVectorDim}${d}"
57+
"${ITKT_I${t}${d}}, itk::Image<itk::Vector<${ITKT_F},${OutputVectorDim}>,${d}>")
5858
endforeach()
5959
endforeach()
6060
itk_end_wrap_class()

0 commit comments

Comments
 (0)