Definition at line 121 of file map_graph.hpp.
Public Member Functions | |
| void | begin () |
| Reset the counter. More... | |
| size_t & | source () |
| Get the source id of this edge. More... | |
| size_t & | target_t () |
| Return the target of this edge. More... | |
Data Fields | |
| size_t | pos |
| Actual source node. | |
| size_t | pos_e |
| Actual target node. | |
|
inline |
Reset the counter.
Definition at line 136 of file map_graph.hpp.
|
inline |
Get the source id of this edge.
Definition at line 147 of file map_graph.hpp.
|
inline |
Return the target of this edge.
Definition at line 158 of file map_graph.hpp.