| 54 | } |
| 55 | |
| 56 | routing::Edge RoughEdgeJunctions(routing::Edge const & e) |
| 57 | { |
| 58 | return routing::Edge::MakeReal(e.GetFeatureId(), e.IsForward(), e.GetSegId(), RoughJunction(e.GetStartJunction()), |
| 59 | RoughJunction(e.GetEndJunction())); |
| 60 | } |
| 61 | |
| 62 | void RoughJunctionsInPath(openlr::Path & p) |
| 63 | { |
no test coverage detected