MeVisLab Toolbox Reference
|
Simple wrapper to store an ml::VesselEdge together with a ml::VesselNode, so that the source() function and the out_edge_iterator will always be able to return an edge which points away from a vertex. More...
#include <mlGraphToBoostUndirectedGraph.h>
Public Member Functions | |
ml_ug_edge () | |
ml_ug_edge (ml::VesselNode *vertex, ml::VesselEdge *edge) | |
ml::VesselNode * | source () |
ml::VesselNode * | target () |
double | weight () const |
Protected Attributes | |
ml::VesselNode * | _vertex |
ml::VesselEdge * | _edge |
Friends | |
bool | operator== (const self &a, const self &b) |
bool | operator!= (const self &a, const self &b) |
Simple wrapper to store an ml::VesselEdge together with a ml::VesselNode, so that the source() function and the out_edge_iterator will always be able to return an edge which points away from a vertex.
Definition at line 144 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 151 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 152 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 156 of file mlGraphToBoostUndirectedGraph.h.
References _vertex.
|
inline |
Definition at line 161 of file mlGraphToBoostUndirectedGraph.h.
|
inline |
Definition at line 169 of file mlGraphToBoostUndirectedGraph.h.
References _edge.
Referenced by boost::ml_ug_edge_weight_map::operator[]().
Definition at line 175 of file mlGraphToBoostUndirectedGraph.h.
Definition at line 171 of file mlGraphToBoostUndirectedGraph.h.
|
protected |
Definition at line 181 of file mlGraphToBoostUndirectedGraph.h.
|
protected |
Definition at line 180 of file mlGraphToBoostUndirectedGraph.h.