#include <ogdf/graphalg/ShortestPathModule.h>
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 41 of file ShortestPathModule.h.
|
inline |
Definition at line 43 of file ShortestPathModule.h.
|
inlinevirtual |
Definition at line 45 of file ShortestPathModule.h.
|
pure virtual |
Implemented in ogdf::ShortestPathWithBFM.