|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default no-op operation for node initialization. More...
#include <grid.H>
Public Member Functions | |
| void | operator() (GT &g, typename GT::Node *n, const size_t &row, const size_t &col) |
| Called for each created node. | |
Default no-op operation for node initialization.
| GT | Graph type |
|
inline |
Called for each created node.
Default no-op implementation. Override to customize node initialization.
| [in] | g | The graph |
| [in] | n | The created node |
| [in] | row | Row index of node (0-based) |
| [in] | col | Column index of node (0-based) |
Definition at line 95 of file grid.H.
References Aleph::maps().