MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / edges_begin

Method edges_begin

src/svgfill/src/graph_2d.h:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 };
515
516 EdgeIterator edges_begin() const {
517 return EdgeIterator(this, adjacency_list.begin());
518 }
519
520 EdgeIterator edges_end() const {
521 return EdgeIterator(this, adjacency_list.end());

Callers 15

TriangulateMethod · 0.80
lengthMethod · 0.80
SegmentLookupMethod · 0.80
project_input_pointMethod · 0.80
subdivide_polygonFunction · 0.80
arrangement_cell_iouFunction · 0.80
clean_noisy_pathsFunction · 0.80
arrange_cgal_polygonsFunction · 0.80

Calls 2

EdgeIteratorClass · 0.85
beginMethod · 0.45

Tested by

no test coverage detected