Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ WireNetwork
Method
WireNetwork
tools/Wires/WireNetwork/WireNetwork.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
WireNetwork::WireNetwork() : m_dim(0) {
56
initialize();
57
}
58
59
WireNetwork::WireNetwork(const std::string& wire_file) {
60
const auto ext = IOUtils::get_extention(wire_file);
Callers
nothing calls this directly
Calls
6
parse
Method · 0.45
get_num_vertices
Method · 0.45
get_num_edges
Method · 0.45
get_dim
Method · 0.45
export_vertices
Method · 0.45
export_edges
Method · 0.45
Tested by
no test coverage detected