Default traits class used by BfsWizard.
| GR | The type of the digraph. |
#include <lemon/bfs.h>
Inheritance diagram for BfsWizardBase< GR >:Public Member Functions | |
| BfsWizardBase () | |
| Constructor. | |
| BfsWizardBase (const GR &g) | |
| Constructor. | |
| 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.
| g | The digraph the algorithm runs on. |
1.7.3