#include <ogdf/graphalg/ShortestPathModule.h>
Inheritance diagram for ogdf::ShortestPathModule:Public Member Functions | |
| ShortestPathModule () | |
| virtual | ~ShortestPathModule () |
| virtual bool | call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi)=0 |
Definition at line 42 of file ShortestPathModule.h.
|
inline |
Definition at line 44 of file ShortestPathModule.h.
|
inlinevirtual |
Definition at line 46 of file ShortestPathModule.h.
|
pure virtual |
Implemented in ogdf::ShortestPathWithBFM.