Skip to content

Commit

Permalink
ENH: Adding Python wrapping for CellInterface VectorContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjalSahu authored and dzenanz committed Dec 20, 2021
1 parent a89145b commit b3fb53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Core/Mesh/wrapping/itkMeshBase.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ itk_wrap_class("itk::VectorContainer" POINTER)
foreach(pixel_type ${types})
itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_VectorContainer} > *")
endforeach()
itk_wrap_template("${ITKM_IT}CI${mangle_CellInterface_Array_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellInterface_Array_VectorContainer} > *")
endforeach()
itk_end_wrap_class()

Expand Down

0 comments on commit b3fb53f

Please sign in to comment.