#include <ogdf/graphalg/ShortestPathWithBFM.h>
Inheritance diagram for ogdf::ShortestPathWithBFM:Public Member Functions | |
| ShortestPathWithBFM () | |
| bool | call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi) |
Public Member Functions inherited from ogdf::ShortestPathModule | |
| ShortestPathModule () | |
| virtual | ~ShortestPathModule () |
Definition at line 58 of file ShortestPathWithBFM.h.
|
inline |
Definition at line 61 of file ShortestPathWithBFM.h.
|
virtual |
Implements ogdf::ShortestPathModule.