|
tess 0.4.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::TreatAsBlocked) -> PathResult | tess::PathScratch | friend |
| cached_astar_path(const World &world, PathRequest request, PathScratch &scratch, RouteCacheScratch &cache) -> 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::TreatAsBlocked) -> PathResult | tess::PathScratch | friend |
| weighted_astar_path(const World &world, PathRequest request, PathScratch &scratch, MissingChunkPolicy policy=MissingChunkPolicy::TreatAsBlocked) -> PathResult | tess::PathScratch | friend |