Home
last modified time | relevance | path

Searched refs:terminal_points (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp3240 const std::unordered_set<int>& terminal_points,
3266 const std::unordered_set<int> & terminal_points, in GetPathsThroughSupplyLanes() argument
3272 if (terminal_points.empty()) in GetPathsThroughSupplyLanes()
3291 for (int terminal_point : terminal_points) { in GetPathsThroughSupplyLanes()
3535 std::unordered_set<int> terminal_points; in GetResPoolLaneInfo() local
3537 terminal_points.insert(system_id); in GetResPoolLaneInfo()
3542 paths, terminal_points, resource_supply_lanes_undirected); in GetResPoolLaneInfo()