#include <cuthill_mckee_ordering.hpp>


Public Member Functions | |
| bfs_rcm_visitor (OutputIterator *iter, Buffer *b, DegreeMap deg) | |
| template<class Vertex , class Graph > | |
| void | examine_vertex (Vertex u, Graph &) |
| template<class Vertex , class Graph > | |
| void | finish_vertex (Vertex, Graph &) |
| template<class Vertex , class Graph > | |
| graph::bfs_visitor_event_not_overridden | initialize_vertex (Vertex u, Graph &g) |
| template<class Vertex , class Graph > | |
| graph::bfs_visitor_event_not_overridden | discover_vertex (Vertex u, Graph &g) |
| template<class Edge , class Graph > | |
| graph::bfs_visitor_event_not_overridden | examine_edge (Edge e, Graph &g) |
| template<class Edge , class Graph > | |
| graph::bfs_visitor_event_not_overridden | tree_edge (Edge e, Graph &g) |
| template<class Edge , class Graph > | |
| graph::bfs_visitor_event_not_overridden | non_tree_edge (Edge e, Graph &g) |
| template<class Edge , class Graph > | |
| graph::bfs_visitor_event_not_overridden | gray_target (Edge e, Graph &g) |
| template<class Edge , class Graph > | |
| graph::bfs_visitor_event_not_overridden | black_target (Edge e, Graph &g) |
Protected Attributes | |
| OutputIterator * | permutation |
| int | index_begin |
| Buffer * | Qptr |
| DegreeMap | degree |
| Visitors | m_vis |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
|
protected |
|
protectedinherited |
Referenced by boost::bfs_visitor<>::black_target(), boost::bfs_visitor<>::discover_vertex(), boost::astar_visitor< Visitors >::edge_not_relaxed(), boost::dijkstra_visitor< Visitors >::edge_not_relaxed(), boost::astar_visitor< Visitors >::edge_relaxed(), boost::dijkstra_visitor< Visitors >::edge_relaxed(), boost::bfs_visitor<>::examine_edge(), boost::bfs_visitor<>::examine_vertex(), boost::bfs_visitor<>::finish_vertex(), boost::bfs_visitor<>::gray_target(), boost::bfs_visitor<>::initialize_vertex(), boost::bfs_visitor<>::non_tree_edge(), and boost::bfs_visitor<>::tree_edge().
|
protected |
|
protected |