MCPcopy Create free account
hub / github.com/comaps/comaps / GetEdgeList

Method GetEdgeList

libs/routing/world_graph.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace routing
8{
9void WorldGraph::GetEdgeList(Segment const & vertex, bool isOutgoing, bool useRoutingOptions, SegmentEdgeListT & edges)
10{
11 GetEdgeList({vertex, RouteWeight(0.0)}, isOutgoing, useRoutingOptions, false /* useAccessConditional */, edges);
12}
13
14void WorldGraph::GetTwins(Segment const & segment, bool isOutgoing, bool useRoutingOptions, SegmentEdgeListT & edges)
15{

Callers 7

FillCandidatesMethod · 0.45
ChooseSegmentMethod · 0.45
CheckGraphConnectivityFunction · 0.45
GetEdgesListMethod · 0.45
TestEdgesFunction · 0.45
GetOutgoingEdgesListMethod · 0.45
GetIngoingEdgesListMethod · 0.45

Calls 1

RouteWeightClass · 0.70

Tested by 1

TestEdgesFunction · 0.36