|
tess 1.0.0
Performance-first tile and path simulation substrate
|
This is the complete list of members for tess::WeightedPathBatchScratch, including all inherited members.
| clear() noexcept (defined in tess::WeightedPathBatchScratch) | tess::WeightedPathBatchScratch | inline |
| reserve_path_nodes(std::size_t node_count) (defined in tess::WeightedPathBatchScratch) | tess::WeightedPathBatchScratch | inline |
| reserve_requests(std::size_t request_count) (defined in tess::WeightedPathBatchScratch) | tess::WeightedPathBatchScratch | inline |
| reserve_search_nodes(std::size_t node_count) (defined in tess::WeightedPathBatchScratch) | tess::WeightedPathBatchScratch | inline |
| stats() const noexcept -> WeightedPathBatchStats (defined in tess::WeightedPathBatchScratch) | tess::WeightedPathBatchScratch | inline |
| weighted_path_batch(const World &world, std::span< const PathRequest > requests, WeightedPathBatchScratch &scratch, MissingChunkPolicy policy=MissingChunkPolicy::ReportIndeterminate) -> std::span< const PathResult > | tess::WeightedPathBatchScratch | friend |
| weighted_path_batch(const World &world, std::span< const PathRequest > requests, WeightedPathBatchScratch &scratch, MissingChunkPolicy policy, const Provider &provider) -> std::span< const PathResult > | tess::WeightedPathBatchScratch | friend |