| 278 | } |
| 279 | |
| 280 | void 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 | |
| 288 | string DebugPrint(IRoadGraph::Mode mode) |
| 289 | { |
nothing calls this directly
no test coverage detected