#include <quetzal/geography/graph/detail/bound_policy.hpp>
The 2D landscape becomes a 3D torus connecting opposed borders.
|
int constexpr | num_extra_vertices () const |
|
template<class Graph > |
void | operator() (typename Graph::vertex_descriptor s, Graph &graph, const two_dimensional auto &grid) const |
| Connect edges of source vertex s in a graph given a spatial grid.
|
|
◆ operator()()
template<class Graph >
void quetzal::geography::torus::operator() |
( |
typename Graph::vertex_descriptor |
s, |
|
|
Graph & |
graph, |
|
|
const two_dimensional auto & |
grid |
|
) |
| const |
|
inline |
Connect edges of source vertex s in a graph given a spatial grid.
- Template Parameters
-
EdgeProperty | |
Graph | The graph type |
- Parameters
-
s | The source vertex |
graph | The graph to update |
grid | The spatial grid |
The documentation for this class was generated from the following file:
- /home/runner/work/quetzal-CoaTL/quetzal-CoaTL/src/include/quetzal/geography/graph/detail/bound_policy.hpp