|
Limbo 3.5.4
|
default EdgeLabelWriter for write_graph More...
#include <GraphUtility.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef boost::graph_traits< graph_type >::edge_descriptor | edge_descriptor |
| typedef boost::property_traits< typenameboost::property_map< graph_type, boost::edge_weight_t >::const_type >::value_type | edge_weight_type |
Public Member Functions | |
| EdgeLabelWriter (graph_type const &_g) | |
| edge_weight_type | label (edge_descriptor e) const |
| std::string | color (edge_descriptor) const |
| std::string | style (edge_descriptor) const |
Public Attributes | |
| graph_type const & | g |
| bind graph object | |
default EdgeLabelWriter for write_graph
| GraphType | graph type |
Definition at line 87 of file GraphUtility.h.
| typedef boost::graph_traits<graph_type>::edge_descriptor limbo::algorithms::EdgeLabelWriter< GraphType >::edge_descriptor |
Definition at line 91 of file GraphUtility.h.
| typedef boost::property_traits<typenameboost::property_map<graph_type,boost::edge_weight_t>::const_type>::value_type limbo::algorithms::EdgeLabelWriter< GraphType >::edge_weight_type |
Definition at line 92 of file GraphUtility.h.
| typedef GraphType limbo::algorithms::EdgeLabelWriter< GraphType >::graph_type |
Definition at line 90 of file GraphUtility.h.
|
inline |
|
inline |
Definition at line 104 of file GraphUtility.h.
|
inline |
|
inline |
Definition at line 106 of file GraphUtility.h.
| graph_type const& limbo::algorithms::EdgeLabelWriter< GraphType >::g |
bind graph object
Definition at line 95 of file GraphUtility.h.