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