DfsWizardBase Class Template Reference

#include <lemon/dfs.h>

Inheritance diagram for DfsWizardBase:

Inheritance graph
[legend]

List of all members.


Detailed Description

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

To make it easier to use Dfs algorithm we have created a wizard class. This DfsWizard class needs default traits, as well as the Dfs class. The DfsWizardBase is a class to be the default traits of the DfsWizard class.

Public Member Functions

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

Constructor & Destructor Documentation

DfsWizardBase (  )  [inline]

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

DfsWizardBase ( 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 Fri Jan 23 18:15:02 2009 for LEMON by  doxygen 1.5.6