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

Method release

SPlisHSPlasH/TriangleMesh.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void TriangleMesh::release()
30{
31 m_indices.clear();
32 m_x0.clear();
33 m_x.clear();
34 m_normals.clear();
35 m_vertexNormals.clear();
36}
37
38void TriangleMesh::addFace(const unsigned int * const indices)
39{

Callers 15

importMesh_PLYMethod · 0.45
importMesh_OBJMethod · 0.45
readParticlesMethod · 0.45
writeParticlesMethod · 0.45
~EmbeddedMethod · 0.45
releaseModuleMethod · 0.45
vector_pointer_modifiersFunction · 0.45
writeBoundaryStateMethod · 0.45
readBoundaryStateMethod · 0.45
writeParticlesPartioMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected