|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Stores parent and distance after painting for O(1) access. More...
Public Attributes | |
| Node * | parent |
| Distance_Type | dist |
Stores parent and distance after painting for O(1) access.
Definition at line 156 of file Zero_One_BFS.H.
| Distance_Type Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Painted_Info::dist |
Definition at line 159 of file Zero_One_BFS.H.
| Node* Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Painted_Info::parent |
Definition at line 158 of file Zero_One_BFS.H.
Referenced by Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::uninit_paint().