tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::RegionGraphScratch Class Reference

Reusable frontier and visitation storage for graph reachability queries. More...

#include <tess/topology/topology.h>

Public Member Functions

void reserve_regions (std::size_t count)
auto capacity () const noexcept -> std::size_t

Friends

template<typename Shape, typename Residency>
auto reachable (const RegionGraphT< Residency > &graph, Coord3 start, Coord3 goal, RegionGraphScratch &scratch) -> ReachabilityResult
 Queries graph reachability between two world coordinates.

Detailed Description

Reusable frontier and visitation storage for graph reachability queries.


The documentation for this class was generated from the following file: