Default traits for the bgl_adaptor. More...
Public Types | |
| typedef bgl_graph< bgl_type > | core_graph_type |
| typedef core_graph_type::vertex_descriptor | vertex_descriptor |
| typedef core_graph_type::edge_descriptor | edge_descriptor |
| typedef EdgeP | edge_property |
| typedef VertexP | vertex_property |
| typedef graph_type< this_type, D >::type | directness_type |
| typedef graph_type< this_type, M >::type | multiplicity_type |
Default traits for the bgl_adaptor.
| D | attribute to specify if the graph is directed or undirected. |
| M | attribute to specify if the graph is a simple or a multi graph. |
| VertexP | Type of a vertex property. |
| EdgeP | Type of an edge property. |
1.8.13