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

Method edges_end

src/svgfill/src/graph_2d.h:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 }
519
520 EdgeIterator edges_end() const {
521 return EdgeIterator(this, adjacency_list.end());
522 }
523
524private:
525 std::map<Point_2, std::set<Point_2>> adjacency_list;

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
endMethod · 0.45

Tested by

no test coverage detected