|
tess 1.0.0
Performance-first tile and path simulation substrate
|
This is the complete list of members for tess::PathScratch, including all inherited members.
| astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> PathResult | tess::PathScratch | friend |
| astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy, const Provider &provider) -> PathResult | tess::PathScratch | friend |
| cached_astar_path(const World &world, PathRequest request, PathScratch &scratch, UnitRouteCache &cache, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> PathResult | tess::PathScratch | friend |
| cached_astar_path(const World &world, PathRequest request, PathScratch &scratch, UnitRouteCache &cache, const Provider &provider, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> PathResult | tess::PathScratch | friend |
| capacity_nodes() const noexcept -> std::size_t (defined in tess::PathScratch) | tess::PathScratch | inline |
| clear() noexcept (defined in tess::PathScratch) | tess::PathScratch | inline |
| reserve_nodes(std::size_t node_count) (defined in tess::PathScratch) | tess::PathScratch | inline |
| weighted_astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> PathResult | tess::PathScratch | friend |
| weighted_astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy, const Provider &provider) -> PathResult | tess::PathScratch | friend |
| weighted_astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy, const Provider &provider, PathTieBreak tie_break) -> PathResult | tess::PathScratch | friend |
| weighted_astar_path(const World &world, PathRequest request, PathScratch &scratch, PathTieBreak tie_break, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> PathResult | tess::PathScratch | friend |