Claw  1.7.3
Public Types | Public Member Functions | List of all members
claw::scan_events< Graph > Class Template Reference

Different stages of graph scanning. More...

#include <graph_algorithm.hpp>

Inheritance diagram for claw::scan_events< Graph >:
claw::topological_sort< Graph >

Public Types

typedef Graph::vertex_type vertex_type

Public Member Functions

void init (const Graph &g)
void start_vertex (const vertex_type &v)
void visit_edge (const vertex_type &v1, const vertex_type &v2)
void end_vertex (const vertex_type &v)

Detailed Description

template<class Graph>
class claw::scan_events< Graph >

Different stages of graph scanning.

Definition at line 43 of file graph_algorithm.hpp.


The documentation for this class was generated from the following file: