Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void WireParser::reset() {
71
m_dim = 0;
72
m_vertices.clear();
73
m_edges.clear();
74
}
75
76
bool WireParser::parse_vertex_line(char* line) {
77
char header[8];
Callers
3
set_edges
Method · 0.45
filter_vertices
Method · 0.45
filter_edges
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected