|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
2D grid graph generation with 8-connectivity. More...
Go to the source code of this file.
Classes | |
| struct | Aleph::Default_Operation_On_Node< GT > |
| Default no-op operation for node initialization. More... | |
| struct | Aleph::Default_Operation_On_Arc< GT > |
| Default no-op operation for arc initialization. More... | |
| class | Aleph::Build_Grid< GT, Operation_On_Node, Operation_On_Arc > |
| Functor to build a 2D grid graph with 8-connectivity. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
2D grid graph generation with 8-connectivity.
This file provides the Build_Grid functor for generating rectangular grid graphs where each node is connected to its 8 neighbors (including diagonals).
Each interior node has 8 connections (orthogonal + diagonal).
Definition in file grid.H.