MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / release

Method release

Utils/IndexedTetMesh.cpp:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void IndexedTetMesh::release()
28{
29 m_faceIndices.clear();
30 m_tetIndices.clear();
31 m_edges.clear();
32 m_tets.clear();
33 m_faces.clear();
34 m_verticesTets.clear();
35 m_verticesFaces.clear();
36 m_verticesEdges.clear();
37}
38
39/** Add a new tet. Indices must be an array of size 4.
40 */

Callers 6

UtilitiesModuleFunction · 0.45
vector_pointer_modifiersFunction · 0.45
cleanupMethod · 0.45
loadMeshMethod · 0.45
cleanupModelMethod · 0.45
releaseFluidParticlesMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected