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

Method export_edges

tools/Wires/WireNetwork/SVGParser.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void SVGParser::export_edges(int* buffer) const {
162 size_t i=0;
163 for (const auto& e : m_edges) {
164 buffer[i*2] = e[0];
165 buffer[i*2+1] = e[1];
166 i++;
167 }
168}

Callers 1

WireNetworkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected