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

Method GetRegularOutgoingEdges

tools/openlr/graph.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void Graph::GetRegularOutgoingEdges(Junction const & junction, EdgeListT & edges)
56{
57 GetRegularEdges(junction, m_graph, &IRoadGraph::GetRegularOutgoingEdges, m_outgoingCache, edges);
58}
59
60void Graph::GetRegularIngoingEdges(Junction const & junction, EdgeListT & edges)
61{

Callers 2

IsJunctionMethod · 0.45
ExpandFakeFunction · 0.45

Calls 1

GetRegularEdgesFunction · 0.85

Tested by

no test coverage detected