|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Extended node info with tree node mapping. More...
#include <shortest_path_common.H>
Public Attributes | |
| GT::Node * | tree_node = nullptr |
| Corresponding node in spanning tree. | |
Public Attributes inherited from Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Node_Info | |
| 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) | |
Extended node info with tree node mapping.
Used when building a separate spanning tree.
Definition at line 207 of file shortest_path_common.H.
| GT::Node* Aleph::Shortest_Path_Base< GT, Distance, Itor, SA, HeapT >::Tree_Node_Info::tree_node = nullptr |
Corresponding node in spanning tree.
Definition at line 209 of file shortest_path_common.H.