|
Limbo 3.5.4
|
default VertexLabelWriter for write_graph More...
#include <GraphUtility.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef boost::graph_traits< graph_type >::vertex_descriptor | vertex_descriptor |
Public Member Functions | |
| VertexLabelWriter (graph_type const &_g) | |
| vertex_descriptor | label (vertex_descriptor v) const |
Public Attributes | |
| graph_type const & | g |
| bind graph object | |
default VertexLabelWriter for write_graph
| GraphType | graph type |
Definition at line 67 of file GraphUtility.h.
| typedef GraphType limbo::algorithms::VertexLabelWriter< GraphType >::graph_type |
Definition at line 70 of file GraphUtility.h.
| typedef boost::graph_traits<graph_type>::vertex_descriptor limbo::algorithms::VertexLabelWriter< GraphType >::vertex_descriptor |
Definition at line 71 of file GraphUtility.h.
|
inline |
|
inline |
| graph_type const& limbo::algorithms::VertexLabelWriter< GraphType >::g |
bind graph object
Definition at line 74 of file GraphUtility.h.