Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::ShortestPathWithBFM Class Reference

#include <ogdf/graphalg/ShortestPathWithBFM.h>

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

List of all members.

Public Member Functions

 ShortestPathWithBFM ()
bool call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi)

Detailed Description

Definition at line 57 of file ShortestPathWithBFM.h.


Constructor & Destructor Documentation


Member Function Documentation

bool ogdf::ShortestPathWithBFM::call ( const Graph G,
const node  s,
const EdgeArray< int > &  length,
NodeArray< int > &  d,
NodeArray< edge > &  pi 
) [virtual]

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