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

Method GetFakeIngoingEdges

libs/routing/road_graph.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void IRoadGraph::GetFakeIngoingEdges(JunctionPointT const & junction, EdgeListT & edges) const
220{
221 auto const it = m_fakeIngoingEdges.find(junction);
222 if (it != m_fakeIngoingEdges.cend())
223 edges.append(it->second.cbegin(), it->second.cend());
224}
225
226void IRoadGraph::ResetFakes()
227{

Callers 1

GetIngoingEdgesMethod · 0.80

Calls 4

findMethod · 0.45
cendMethod · 0.45
appendMethod · 0.45
cbeginMethod · 0.45

Tested by

no test coverage detected