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

Method get_num_edges

tools/Wires/WireNetwork/SVGParser.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 size_t get_dim() const { return 2; }
18 size_t get_num_vertices() const { return m_vertices.size(); }
19 size_t get_num_edges() const { return m_edges.size(); }
20
21 void export_vertices(Float* buffer) const;
22 void export_edges(int* buffer) const;

Callers 15

generate_end_loopsMethod · 0.45
generate_jointsMethod · 0.45
connect_end_loopsMethod · 0.45
get_edge_thicknessMethod · 0.45
set_uniform_thicknessMethod · 0.45
check_thicknessMethod · 0.45
computeMethod · 0.45
WireNetworkMethod · 0.45
computeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 11

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36