Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::ShortestPathModule Class Reference

#include <ogdf/module/ShortestPathModule.h>

Inheritance diagram for ogdf::ShortestPathModule:
ogdf::ShortestPathWithBFM

List of all members.

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

Detailed Description

Definition at line 59 of file ShortestPathModule.h.


Constructor & Destructor Documentation

Definition at line 62 of file ShortestPathModule.h.

virtual ogdf::ShortestPathModule::~ShortestPathModule ( ) [inline, virtual]

Definition at line 63 of file ShortestPathModule.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: