No need to call CheckLength in cross-mwm routine, thus we avoid calling GetRoadGeometry().
| 802 | |
| 803 | // No need to call CheckLength in cross-mwm routine, thus we avoid calling GetRoadGeometry(). |
| 804 | struct AlwaysTrue |
| 805 | { |
| 806 | bool operator()(Weight const &) const { return true; } |
| 807 | }; |
| 808 | |
| 809 | using Visitor = JunctionVisitor<LeapsGraph>; |
| 810 | AStarAlgorithm<Vertex, Edge, Weight>::Params<Visitor, AlwaysTrue> params( |
no outgoing calls
no test coverage detected