#include <mlGraphToBoostGraph.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_vertex_id_map () | |
| ml_vertex_id_map (ml_graph_ptr g) | |
| unsigned int | operator[] (ml::GraphNode *vertex) const |
Protected Attributes | |
| ml_graph_ptr | _g |
Definition at line 277 of file mlGraphToBoostGraph.h.
| typedef boost::readable_property_map_tag boost::ml_vertex_id_map::category |
Definition at line 281 of file mlGraphToBoostGraph.h.
| typedef ml::GraphNode* boost::ml_vertex_id_map::key_type |
Definition at line 288 of file mlGraphToBoostGraph.h.
| typedef unsigned int boost::ml_vertex_id_map::reference |
Definition at line 285 of file mlGraphToBoostGraph.h.
| typedef unsigned int boost::ml_vertex_id_map::value_type |
Definition at line 284 of file mlGraphToBoostGraph.h.
| boost::ml_vertex_id_map::ml_vertex_id_map | ( | ) | [inline] |
Definition at line 290 of file mlGraphToBoostGraph.h.
| boost::ml_vertex_id_map::ml_vertex_id_map | ( | ml_graph_ptr | g | ) | [inline] |
Definition at line 291 of file mlGraphToBoostGraph.h.
| unsigned int boost::ml_vertex_id_map::operator[] | ( | ml::GraphNode * | vertex | ) | const [inline] |
ml_graph_ptr boost::ml_vertex_id_map::_g [protected] |
1.5.8