Home
last modified time | relevance | path

Searched defs:cost_calculator (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/pathfind/
H A Dpathfind.hpp56 struct cost_calculator struct
58 cost_calculator() {} in cost_calculator() argument
61 virtual ~cost_calculator() {} in ~cost_calculator()
63 static double getNoPathValue() { return (42424242.0); } in getNoPathValue()
/dports/games/widelands/widelands-build21/src/economy/
H A Drouter.cc71 ITransportCostCalculator& cost_calculator) { in find_route()