Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::geography::bounding Concept Reference

Concept to represent the bounding policy of a spatial graph. More...

#include <quetzal/geography/graph/detail/concepts.hpp>

Concept definition

template<typename T, class G, class S>
concept quetzal::geography::bounding = two_dimensional<S> and requires(T t, typename G::vertex_descriptor s, G &graph, S const &grid) {
{
t(s, graph, grid)
} -> std::same_as<void>;
}
Concept to represent the bounding policy of a spatial graph.
Definition concepts.hpp:103
Concept to represent a 2D spatial grid.
Definition concepts.hpp:96

Detailed Description

Concept to represent the bounding policy of a spatial graph.