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

Function get_edge_labels

tools/Wires/Attributes/WireEdgeSymmetryAttribute.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 VectorI get_edge_labels(const MatrixFr& vertices, const MatrixIr& edges, Operators& ops) {
24 SymmetryConnectivity connectivity =
25 compute_edge_connectivity(vertices, edges, ops);
26 return label_connected_components(edges.rows(), connectivity);
27 }
28}
29using namespace WireEdgeSymmetryAttributeHelper;
30

Callers 1

computeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected