MCPcopy 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
55WireNetwork::WireNetwork() : m_dim(0) {
56 initialize();
57}
58
59WireNetwork::WireNetwork(const std::string& wire_file) {
60 const auto ext = IOUtils::get_extention(wire_file);

Callers

nothing calls this directly

Calls 6

parseMethod · 0.45
get_num_verticesMethod · 0.45
get_num_edgesMethod · 0.45
get_dimMethod · 0.45
export_verticesMethod · 0.45
export_edgesMethod · 0.45

Tested by

no test coverage detected