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

Class AStarLengthChecker

libs/routing/routing_helpers.hpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

CalcMethod · 0.85
CalculateRouteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected