BfsWizardBase Class Template Reference


Detailed Description

template<class GR>
class lemon::BfsWizardBase< GR >

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

Inheritance diagram for BfsWizardBase:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 BfsWizardBase ()
 Constructor.
 BfsWizardBase (const GR &g)
 Constructor.


Constructor & Destructor Documentation

BfsWizardBase (  )  [inline]

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

BfsWizardBase ( const GR &  g  )  [inline]

This constructor requires one parameter, others are initiated to 0.

Parameters:
g The digraph the algorithm runs on.


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

Generated on Sun Dec 7 10:49:39 2008 for LEMON by  doxygen 1.5.7.1