Skip to content

Commit b3fb53f

Browse files
PranjalSahudzenanz
authored andcommitted
ENH: Adding Python wrapping for CellInterface VectorContainer
1 parent a89145b commit b3fb53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Core/Mesh/wrapping/itkMeshBase.wrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ itk_wrap_class("itk::VectorContainer" POINTER)
5858
foreach(pixel_type ${types})
5959
itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_VectorContainer} > *")
6060
endforeach()
61+
itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_Array_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_Array_VectorContainer} > *")
6162
endforeach()
6263
itk_end_wrap_class()
6364

0 commit comments

Comments
 (0)