DijkstraWizardBase< GR, LM > Class Template Reference


Detailed Description

template<class GR, class LM>
class lemon::DijkstraWizardBase< GR, LM >

To make it easier to use Dijkstra algorithm we have created a wizard class. This DijkstraWizard class needs default traits, as well as the Dijkstra class. The DijkstraWizardBase is a class to be the default traits of the DijkstraWizard class. #include <lemon/dijkstra.h>

Inheritance diagram for DijkstraWizardBase< GR, LM >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 DijkstraWizardBase ()
 Constructor.
 DijkstraWizardBase (const GR &g, const LM &l)
 Constructor.


Constructor & Destructor Documentation

DijkstraWizardBase (  )  [inline]

This constructor does not require parameters, therefore it initiates all of the attributes to 0.

DijkstraWizardBase ( const GR &  g,
const LM &  l 
) [inline]

This constructor requires two parameters, others are initiated to 0.

Parameters:
g The digraph the algorithm runs on.
l The length map.


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

doxygen