#include <BFS_prune.hh>
|
template<class Vertex , class Graph > |
bool | initialize_vertex (Vertex, Graph &) |
|
template<class Vertex , class Graph > |
bool | discover_vertex (Vertex, Graph &) |
|
template<class Vertex , class Graph > |
bool | examine_vertex (Vertex, Graph &) |
|
template<class Edge , class Graph > |
bool | examine_edge (Edge, Graph &) |
|
template<class Edge , class Graph > |
bool | tree_edge (Edge, Graph &) |
|
template<class Edge , class Graph > |
bool | non_tree_edge (Edge, Graph &) |
|
template<class Edge , class Graph > |
bool | gray_target (Edge, Graph &) |
|
template<class Edge , class Graph > |
bool | black_target (Edge, Graph &) |
|
template<class Vertex , class Graph > |
bool | finish_vertex (Vertex, Graph &) |
|
template<class Edge , class Graph >
bool utility::graph::null_bfs_prune_visitor::black_target |
( |
Edge |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Vertex , class Graph >
bool utility::graph::null_bfs_prune_visitor::discover_vertex |
( |
Vertex |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Edge , class Graph >
bool utility::graph::null_bfs_prune_visitor::examine_edge |
( |
Edge |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Vertex , class Graph >
bool utility::graph::null_bfs_prune_visitor::examine_vertex |
( |
Vertex |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Vertex , class Graph >
bool utility::graph::null_bfs_prune_visitor::finish_vertex |
( |
Vertex |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Edge , class Graph >
bool utility::graph::null_bfs_prune_visitor::gray_target |
( |
Edge |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Vertex , class Graph >
bool utility::graph::null_bfs_prune_visitor::initialize_vertex |
( |
Vertex |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Edge , class Graph >
bool utility::graph::null_bfs_prune_visitor::non_tree_edge |
( |
Edge |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
template<class Edge , class Graph >
bool utility::graph::null_bfs_prune_visitor::tree_edge |
( |
Edge |
, |
|
|
Graph & |
|
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: