|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Information stored in node cookies for painting version. More...
#include <shortest_path_common.H>
Public Attributes | |
| Distance::Distance_Type | dist = 0 |
| Accumulated distance from start. | |
| void * | heap_node = nullptr |
| Handle in priority queue. | |
| void * | ret_node = nullptr |
| Parent node (for backtracking) | |
Information stored in node cookies for painting version.
Stores accumulated distance, heap handle, and parent pointer for path reconstruction.
Definition at line 196 of file shortest_path_common.H.
| Distance::Distance_Type Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Node_Info::dist = 0 |
Accumulated distance from start.
Definition at line 198 of file shortest_path_common.H.
| void* Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Node_Info::heap_node = nullptr |
Handle in priority queue.
Definition at line 199 of file shortest_path_common.H.
| void* Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Node_Info::ret_node = nullptr |
Parent node (for backtracking)
Definition at line 200 of file shortest_path_common.H.