Public Member Functions

DfsWizardBase< GR > Class Template Reference


Detailed Description

template<class GR>
class lemon::DfsWizardBase< GR >

Default traits class used by DfsWizard.

Template Parameters:
GRThe type of the digraph.

#include <lemon/dfs.h>

Inheritance diagram for DfsWizardBase< GR >:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

DfsWizardBase ( ) [inline]

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

DfsWizardBase ( 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