| 85 | WorldGraph & graph, std::set<Segment> & marked); |
| 86 | |
| 87 | struct AStarLengthChecker |
| 88 | { |
| 89 | explicit AStarLengthChecker(IndexGraphStarter & starter); |
| 90 | bool operator()(RouteWeight const & weight) const; |
| 91 | IndexGraphStarter & m_starter; |
| 92 | }; |
| 93 | |
| 94 | struct AdjustLengthChecker |
| 95 | { |
no outgoing calls
no test coverage detected