MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / clear

Method clear

tools/MeshUtils/MeshSeparator.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void MeshSeparator::clear() {
199 m_components.clear();
200 m_sources.clear();
201 m_visited.clear();
202 m_vertex_connectivity.clear();
203 m_face_connectivity.clear();
204 m_tet_connectivity.clear();
205 m_hex_connectivity.clear();
206}

Callers 3

separateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected