|
MeVisLab Toolbox Reference
|
Vertex id Maps each vertex to a unique id. More...
#include <mlGraphToBoostUndirectedGraph.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_ug_vertex_id_map () | |
| ml_ug_vertex_id_map (ml_undirected_graph_ptr g) | |
| unsigned int | operator[] (ml::VesselNode *vertex) const |
Protected Attributes | |
| ml_undirected_graph_ptr | _g |
Vertex id Maps each vertex to a unique id.
Definition at line 312 of file mlGraphToBoostUndirectedGraph.h.
| typedef boost::readable_property_map_tag boost::ml_ug_vertex_id_map::category |
Definition at line 316 of file mlGraphToBoostUndirectedGraph.h.
| typedef ml::VesselNode* boost::ml_ug_vertex_id_map::key_type |
Definition at line 323 of file mlGraphToBoostUndirectedGraph.h.
| typedef unsigned int boost::ml_ug_vertex_id_map::reference |
Definition at line 320 of file mlGraphToBoostUndirectedGraph.h.
| typedef unsigned int boost::ml_ug_vertex_id_map::value_type |
Definition at line 319 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 325 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 326 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 327 of file mlGraphToBoostUndirectedGraph.h.
References _g, and boost::vertex().
|
protected |
Definition at line 330 of file mlGraphToBoostUndirectedGraph.h.
Referenced by operator[]().