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

Method GetRoutingOptions

libs/routing/single_vehicle_world_graph.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220RoutingOptions SingleVehicleWorldGraph::GetRoutingOptions(Segment const & segment)
221{
222 ASSERT(segment.IsRealSegment(), ());
223
224 auto const & geometry = GetRoadGeometry(segment.GetMwmId(), segment.GetFeatureId());
225 return geometry.GetRoutingOptions();
226}
227
228void SingleVehicleWorldGraph::SetAStarParents(bool forward, Parents<Segment> & parents)
229{

Callers

nothing calls this directly

Calls 4

ASSERTFunction · 0.85
IsRealSegmentMethod · 0.45
GetMwmIdMethod · 0.45
GetFeatureIdMethod · 0.45

Tested by

no test coverage detected