#include <ogdf/graphalg/ShortestPathWithBFM.h>
Public Member Functions | |
| ShortestPathWithBFM () | |
| bool | call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi) |
Definition at line 57 of file ShortestPathWithBFM.h.
| ogdf::ShortestPathWithBFM::ShortestPathWithBFM | ( | ) | [inline] |
Definition at line 60 of file ShortestPathWithBFM.h.
| bool ogdf::ShortestPathWithBFM::call | ( | const Graph & | G, |
| const node | s, | ||
| const EdgeArray< int > & | length, | ||
| NodeArray< int > & | d, | ||
| NodeArray< edge > & | pi | ||
| ) | [virtual] |
Implements ogdf::ShortestPathModule.