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