You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sofa/Component/Topology/Container/Constant/src/sofa/component/topology/container/constant/MeshTopology.cpp
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -491,6 +491,8 @@ MeshTopology::MeshTopology()
491
491
, d_seqQuads(initData(&d_seqQuads, "quads", "List of quad indices"))
492
492
, d_seqTetrahedra(initData(&d_seqTetrahedra, "tetrahedra", "List of tetrahedron indices"))
493
493
, d_seqHexahedra(initData(&d_seqHexahedra, "hexahedra", "List of hexahedron indices"))
494
+
, d_seqPrisms(initData(&d_seqPrisms, "prisms", "List of prisms indices"))
495
+
, d_seqPyramids(initData(&d_seqPyramids, "pyramids", "List of pyramids indices"))
494
496
, d_seqUVs(initData(&d_seqUVs, "uv", "List of uv coordinates"))
495
497
, d_computeAllBuffers(initData(&d_computeAllBuffers, false, "computeAllBuffers", "Option to compute all crossed topology buffers at init. False by default"))
0 commit comments