Public Member Functions

DijkstraWizardBase< GR, LEN > Class Template Reference


Detailed Description

template<typename GR, typename LEN>
class lemon::DijkstraWizardBase< GR, LEN >

Default traits class used by DijkstraWizard.

Template Parameters:
GRThe type of the digraph.
LENThe type of the length map.

#include <lemon/dijkstra.h>

Inheritance diagram for DijkstraWizardBase< GR, LEN >:

List of all members.

Public Member Functions

 DijkstraWizardBase ()
 Constructor.
 DijkstraWizardBase (const GR &g, const LEN &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 LEN &  l 
) [inline]

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

Parameters:
gThe digraph the algorithm runs on.
lThe length map.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines