Public Member Functions

BfsWizardBase< GR > Class Template Reference


Detailed Description

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

Default traits class used by BfsWizard.

Template Parameters:
GR The type of the digraph.

#include <lemon/bfs.h>

Inheritance diagram for BfsWizardBase< GR >:
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, 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.