#include <hohberg_biconnected_components.hpp>
Public Types | |
typedef graph_traits< Graph > ::vertex_descriptor | Vertex |
typedef graph_traits< Graph > ::edge_descriptor | Edge |
Public Member Functions | |
void | assign (const std::vector< Vertex > &path) |
void | assign (Vertex gamma, const std::vector< Vertex > &in_same_bicomponent) |
bool | is_path () const |
bool | is_tree () const |
Public Attributes | |
Vertex | gamma |
The "gamma" of a tree message, or null_vertex() for a path message. More... | |
std::vector< Vertex > | path_or_bicomp |
typedef graph_traits<Graph>::edge_descriptor boost::graph::distributed::hohberg_message< Graph >::Edge |
typedef graph_traits<Graph>::vertex_descriptor boost::graph::distributed::hohberg_message< Graph >::Vertex |
|
inline |
|
inline |
|
inline |
|
inline |
Vertex boost::graph::distributed::hohberg_message< Graph >::gamma |
The "gamma" of a tree message, or null_vertex() for a path message.
Referenced by boost::graph::distributed::hohberg_message< Graph >::assign(), boost::graph::distributed::hohberg_message< Graph >::is_path(), and boost::graph::distributed::hohberg_message< Graph >::is_tree().
std::vector<Vertex> boost::graph::distributed::hohberg_message< Graph >::path_or_bicomp |