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

Method GetEdgeTypes

libs/routing/road_graph.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void IRoadGraph::GetEdgeTypes(Edge const & edge, feature::TypesHolder & types) const
281{
282 if (edge.IsFake())
283 types = feature::TypesHolder(feature::GeomType::Line);
284 else
285 GetFeatureTypes(edge.GetFeatureId(), types);
286}
287
288string DebugPrint(IRoadGraph::Mode mode)
289{

Callers

nothing calls this directly

Calls 3

TypesHolderClass · 0.70
IsFakeMethod · 0.45
GetFeatureIdMethod · 0.45

Tested by

no test coverage detected