| 
    MeVisLab Toolbox Reference
    
   | 
 
Vertex id Maps each vertex to a unique id. More...
#include <mlGraphToBoostGraph.h>
 Public Types | |
| typedef boost::readable_property_map_tag | category | 
| typedef unsigned int | value_type | 
| typedef unsigned int | reference | 
| typedef ml::VesselNode * | key_type | 
Public Member Functions | |
| ml_vertex_id_map () | |
| ml_vertex_id_map (ml_graph_ptr g) | |
| unsigned int | operator[] (ml::VesselNode *vertex) const | 
Protected Attributes | |
| ml_graph_ptr | _g | 
Vertex id Maps each vertex to a unique id.
Definition at line 273 of file mlGraphToBoostGraph.h.
| typedef boost::readable_property_map_tag boost::ml_vertex_id_map::category | 
Definition at line 277 of file mlGraphToBoostGraph.h.
| typedef ml::VesselNode* boost::ml_vertex_id_map::key_type | 
Definition at line 284 of file mlGraphToBoostGraph.h.
| typedef unsigned int boost::ml_vertex_id_map::reference | 
Definition at line 281 of file mlGraphToBoostGraph.h.
| typedef unsigned int boost::ml_vertex_id_map::value_type | 
Definition at line 280 of file mlGraphToBoostGraph.h.
      
  | 
  inline | 
Definition at line 286 of file mlGraphToBoostGraph.h.
      
  | 
  inline | 
Definition at line 287 of file mlGraphToBoostGraph.h.
      
  | 
  inline | 
Definition at line 288 of file mlGraphToBoostGraph.h.
References _g, and boost::vertex().
      
  | 
  protected | 
Definition at line 291 of file mlGraphToBoostGraph.h.
Referenced by operator[]().