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

Method reset

tools/Wires/WireNetwork/WireParser.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void WireParser::reset() {
71 m_dim = 0;
72 m_vertices.clear();
73 m_edges.clear();
74}
75
76bool WireParser::parse_vertex_line(char* line) {
77 char header[8];

Callers 3

set_edgesMethod · 0.45
filter_verticesMethod · 0.45
filter_edgesMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected