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

Method AddRealEdges

libs/routing/transit_world_graph.cpp:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void TransitWorldGraph::AddRealEdges(astar::VertexData<Segment, RouteWeight> const & vertexData, bool isOutgoing,
220 bool useRoutingOptions, SegmentEdgeListT & edges)
221{
222 auto const & segment = vertexData.m_vertex;
223 auto & indexGraph = GetIndexGraph(segment.GetMwmId());
224 indexGraph.GetEdgeList(vertexData, isOutgoing, useRoutingOptions, edges);
225 GetTwins(segment, isOutgoing, useRoutingOptions, edges);
226}
227
228TransitGraph & TransitWorldGraph::GetTransitGraph(NumMwmId mwmId)
229{

Callers

nothing calls this directly

Calls 2

GetMwmIdMethod · 0.45
GetEdgeListMethod · 0.45

Tested by

no test coverage detected