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

Reusable temporary storage for area grouping and adjacency construction. More...

#include <tess/spatial/area.h>

Public Member Functions

void reserve (std::size_t region_count, std::size_t portal_count)

Friends

template<typename Residency, typename Grouper>
auto build_area_index (const RegionGraphT< Residency > &graph, Grouper &&grouper, AreaIndexScratch &scratch, class AreaIndex &index) -> AreaBuildResult
 Groups graph regions by a caller-supplied nonzero 64-bit semantic key.

Detailed Description

Reusable temporary storage for area grouping and adjacency construction.


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