#include <ogdf/module/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 59 of file ShortestPathModule.h.
| ogdf::ShortestPathModule::ShortestPathModule | ( | ) | [inline] |
Definition at line 62 of file ShortestPathModule.h.
| virtual ogdf::ShortestPathModule::~ShortestPathModule | ( | ) | [inline, virtual] |
Definition at line 63 of file ShortestPathModule.h.
| virtual bool ogdf::ShortestPathModule::call | ( | const Graph & | G, |
| const node | s, | ||
| const EdgeArray< int > & | length, | ||
| NodeArray< int > & | d, | ||
| NodeArray< edge > & | pi | ||
| ) | [pure virtual] |
Implemented in ogdf::ShortestPathWithBFM.