We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89145b commit b3fb53fCopy full SHA for b3fb53f
Modules/Core/Mesh/wrapping/itkMeshBase.wrap
@@ -58,6 +58,7 @@ itk_wrap_class("itk::VectorContainer" POINTER)
58
foreach(pixel_type ${types})
59
itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_VectorContainer} > *")
60
endforeach()
61
+ itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_Array_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_Array_VectorContainer} > *")
62
63
itk_end_wrap_class()
64
0 commit comments