#include <mlGraphToBoostUndirectedGraph.h>
Public Member Functions | |
| ml_ug_edge () | |
| ml_ug_edge (ml::GraphNode *vertex, ml::GraphEdge *edge) | |
| ml::GraphNode * | source () |
| ml::GraphNode * | target () |
| double & | weight () |
Protected Attributes | |
| ml::GraphNode * | _vertex |
| ml::GraphEdge * | _edge |
Friends | |
| bool | operator== (const self &a, const self &b) |
| bool | operator!= (const self &a, const self &b) |
Definition at line 147 of file mlGraphToBoostUndirectedGraph.h.
| boost::ml_ug_edge::ml_ug_edge | ( | ) | [inline] |
Definition at line 154 of file mlGraphToBoostUndirectedGraph.h.
| boost::ml_ug_edge::ml_ug_edge | ( | ml::GraphNode * | vertex, | |
| ml::GraphEdge * | edge | |||
| ) | [inline] |
Definition at line 155 of file mlGraphToBoostUndirectedGraph.h.
| ml::GraphNode* boost::ml_ug_edge::source | ( | ) | [inline] |
| ml::GraphNode* boost::ml_ug_edge::target | ( | ) | [inline] |
| double& boost::ml_ug_edge::weight | ( | ) | [inline] |
Definition at line 172 of file mlGraphToBoostUndirectedGraph.h.
References _edge.
Referenced by boost::ml_ug_edge_weight_map::operator[]().
Definition at line 178 of file mlGraphToBoostUndirectedGraph.h.
Definition at line 174 of file mlGraphToBoostUndirectedGraph.h.
ml::GraphEdge* boost::ml_ug_edge::_edge [protected] |
Definition at line 184 of file mlGraphToBoostUndirectedGraph.h.
ml::GraphNode* boost::ml_ug_edge::_vertex [protected] |
Definition at line 183 of file mlGraphToBoostUndirectedGraph.h.
1.5.8