Action interface executed when visiting the shortest-path tree.
More...
Action interface executed when visiting the shortest-path tree.
Definition at line 51 of file hyper_dijkstra.h.
◆ perform() [1/2]
Performs an action on a vertex in the tree.
- Parameters
-
| [in] | v | The current vertex. |
| [in] | vParent | The parent vertex in the tree. |
| [in] | e | The edge connecting parent to child. |
- Returns
- A cost or result value.
◆ perform() [2/2]
Performs an action on a vertex in the tree with distance information.
- Parameters
-
| [in] | v | The current vertex. |
| [in] | vParent | The parent vertex in the tree. |
| [in] | e | The edge connecting parent to child. |
| [in] | distance | The accumulated distance from the source. |
- Returns
- A cost or result value.
The documentation for this struct was generated from the following file: