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

Function get_edge_labels

tools/Wires/Attributes/WireEdgeCubicSymmetryAttribute.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 VectorI get_edge_labels(const MatrixFr& vertices, const MatrixIr& edges, Operators& ops) {
32 SymmetryConnectivity connectivity =
33 compute_edge_connectivity(vertices, edges, ops);
34 return label_connected_components(edges.rows(), connectivity);
35 }
36}
37using namespace WireEdgeCubicSymmetryAttributeHelper;
38

Callers 1

computeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected