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:
GRThe type of the digraph.

#include <lemon/bfs.h>

Inheritance diagram for BfsWizardBase< GR >:

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:
gThe digraph the algorithm runs on.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines