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

Method compute_connectivity

tools/Wires/WireNetwork/WireNetwork.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void compute_connectivity() {
96 assert(m_connectivity.get_wire_network() == this);
97 m_connectivity.compute();
98 }
99
100 VectorI get_vertex_neighbors(size_t i) const {
101 return m_connectivity.get_vertex_neighbors(i);

Callers 2

initializeMethod · 0.45
initialize_wiresMethod · 0.45

Calls 2

get_wire_networkMethod · 0.45
computeMethod · 0.45

Tested by

no test coverage detected