Definition at line 119 of file map_graph.hpp.
Public Member Functions | |
void | begin () |
Reset the counter. | |
size_t & | source () |
Get the source id of this edge. | |
size_t & | target_t () |
Return the target of this edge. | |
Data Fields | |
size_t | pos |
Actual source node. | |
size_t | pos_e |
Actual target node. | |
|
inline |
Reset the counter.
Definition at line 134 of file map_graph.hpp.
|
inline |
Get the source id of this edge.
Definition at line 145 of file map_graph.hpp.
|
inline |
Return the target of this edge.
Definition at line 156 of file map_graph.hpp.
size_t edge_key::pos |
Actual source node.
Definition at line 124 of file map_graph.hpp.
size_t edge_key::pos_e |
Actual target node.
Definition at line 127 of file map_graph.hpp.