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

Method GetOutgoingEdges

tools/openlr/graph.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{}
42
43void Graph::GetOutgoingEdges(Junction const & junction, EdgeListT & edges)
44{
45 GetRegularOutgoingEdges(junction, edges);
46 m_graph.GetFakeOutgoingEdges(junction, edges);
47}
48
49void Graph::GetIngoingEdges(Junction const & junction, EdgeListT & edges)
50{

Callers 7

FindShortestPathMethod · 0.45
GetAllSuitablePathsMethod · 0.45
GetStartLinesMethod · 0.45
GetAllSuitablePathsMethod · 0.45
FindShortestPathMethod · 0.45
GetReachablePointsMethod · 0.45

Calls 1

GetFakeOutgoingEdgesMethod · 0.80

Tested by

no test coverage detected