Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
524
private:
525
std::map<Point_2, std::set<Point_2>> adjacency_list;
Callers
15
Triangulate
Method · 0.80
length
Method · 0.80
estimate_polygon_offset_distance
Function · 0.80
split_self_intersecting_polygon
Function · 0.80
SegmentLookup
Method · 0.80
project_input_point
Method · 0.80
subdivide_polygon
Function · 0.80
build_radial_neighbour_map
Function · 0.80
extend_end_vertices_based_on_input
Function · 0.80
arrangement_cell_iou
Function · 0.80
clean_noisy_paths
Function · 0.80
arrange_cgal_polygons
Function · 0.80
Calls
2
EdgeIterator
Class · 0.85
end
Method · 0.45
Tested by
no test coverage detected