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

Method GetRegularIngoingEdges

tools/openlr/graph.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Graph::GetRegularIngoingEdges(Junction const & junction, EdgeListT & edges)
61{
62 GetRegularEdges(junction, m_graph, &IRoadGraph::GetRegularIngoingEdges, m_ingoingCache, edges);
63}
64
65void Graph::FindClosestEdges(m2::PointD const & point, uint32_t const count,
66 vector<pair<Edge, Junction>> & vicinities) const

Callers 2

IsJunctionMethod · 0.45
ExpandFakeFunction · 0.45

Calls 1

GetRegularEdgesFunction · 0.85

Tested by

no test coverage detected