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

Method SetRoadPenalty

libs/routing/index_graph.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void IndexGraph::SetRoadPenalty(RoadPenalty && roadPenalty)
246{
247 m_roadPenalty = std::move(roadPenalty);
248}
249
250void IndexGraph::GetNeighboringEdges(astar::VertexData<Segment, RouteWeight> const & fromVertexData,
251 RoadPoint const & rp, bool isOutgoing, bool useRoutingOptions,

Callers 1

DeserializeIndexGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected