|
| BFVisitor (std::set< int > &set) |
|
template<typename Node > |
void | addNode (Node nd) |
|
template<typename Vertex , typename Graph > |
void | discover_vertex (Vertex u, const Graph &) const |
|
template<typename Vertex , typename Graph > |
void | finish_vertex (Vertex, const Graph &) const |
|
◆ BFVisitor()
BFVisitor::BFVisitor |
( |
std::set< int > & |
set | ) |
|
|
inline |
◆ addNode()
template<typename Node >
void BFVisitor::addNode |
( |
Node |
nd | ) |
|
|
inline |
◆ discover_vertex()
template<typename Vertex , typename Graph >
void BFVisitor::discover_vertex |
( |
Vertex |
u, |
|
|
const Graph & |
|
|
) |
| const |
|
inline |
◆ finish_vertex()
template<typename Vertex , typename Graph >
void BFVisitor::finish_vertex |
( |
Vertex |
, |
|
|
const Graph & |
|
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: