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

Method IsRoutingOptionsGood

libs/routing/single_vehicle_world_graph.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool SingleVehicleWorldGraph::IsRoutingOptionsGood(Segment const & segment)
215{
216 auto const & geometry = GetRoadGeometry(segment.GetMwmId(), segment.GetFeatureId());
217 return geometry.SuitableForOptions(m_avoidRoutingOptions);
218}
219
220RoutingOptions SingleVehicleWorldGraph::GetRoutingOptions(Segment const & segment)
221{

Callers

nothing calls this directly

Calls 3

SuitableForOptionsMethod · 0.80
GetMwmIdMethod · 0.45
GetFeatureIdMethod · 0.45

Tested by

no test coverage detected