|
| | HideVertexVisitor (VD const &hidden, platform::Size &size, utility::vector1< VD > &connected_vertices) |
| |
| platform::Size | size () |
| |
| utility::vector1< VD > | vertices () |
| |
| bool | discover_vertex (VD vertex, Graph const &) |
| |
| 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 &) |
| |