#include <mlGraphToBoostUndirectedGraph.h>
Public Types | |
| typedef boost::readable_property_map_tag | category |
| typedef unsigned int | value_type |
| typedef unsigned int | reference |
| typedef ml::GraphNode * | key_type |
Public Member Functions | |
| ml_ug_vertex_id_map () | |
| ml_ug_vertex_id_map (ml_undirected_graph_ptr g) | |
| unsigned int | operator[] (ml::GraphNode *vertex) const |
Protected Attributes | |
| ml_undirected_graph_ptr | _g |
Definition at line 317 of file mlGraphToBoostUndirectedGraph.h.
| typedef boost::readable_property_map_tag boost::ml_ug_vertex_id_map::category |
Definition at line 321 of file mlGraphToBoostUndirectedGraph.h.
| typedef ml::GraphNode* boost::ml_ug_vertex_id_map::key_type |
Definition at line 328 of file mlGraphToBoostUndirectedGraph.h.
| typedef unsigned int boost::ml_ug_vertex_id_map::reference |
Definition at line 325 of file mlGraphToBoostUndirectedGraph.h.
| typedef unsigned int boost::ml_ug_vertex_id_map::value_type |
Definition at line 324 of file mlGraphToBoostUndirectedGraph.h.
| boost::ml_ug_vertex_id_map::ml_ug_vertex_id_map | ( | ) | [inline] |
Definition at line 330 of file mlGraphToBoostUndirectedGraph.h.
| boost::ml_ug_vertex_id_map::ml_ug_vertex_id_map | ( | ml_undirected_graph_ptr | g | ) | [inline] |
Definition at line 331 of file mlGraphToBoostUndirectedGraph.h.
| unsigned int boost::ml_ug_vertex_id_map::operator[] | ( | ml::GraphNode * | vertex | ) | const [inline] |
1.5.8