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 275 of file mlGraphToBoostGraph.h.
typedef boost::readable_property_map_tag boost::ml_vertex_id_map::category |
Definition at line 279 of file mlGraphToBoostGraph.h.
typedef ml::VesselNode* boost::ml_vertex_id_map::key_type |
Definition at line 286 of file mlGraphToBoostGraph.h.
Definition at line 283 of file mlGraphToBoostGraph.h.
Definition at line 282 of file mlGraphToBoostGraph.h.
|
inline |
Definition at line 288 of file mlGraphToBoostGraph.h.
|
inline |
Definition at line 289 of file mlGraphToBoostGraph.h.
Definition at line 290 of file mlGraphToBoostGraph.h.
References _g, and boost::vertex().
|
protected |
Definition at line 293 of file mlGraphToBoostGraph.h.
Referenced by operator[]().