#include <TED.h>
Public Attributes | |
| int | src |
| int | dest |
| double | metric |
Only used internally, during shortest path calculation: edge in the graph we build from links in TELinkStateInfoVector.
Definition at line 52 of file TED.h.
Definition at line 55 of file TED.h.
Referenced by TED::calculateShortestPaths().
| double TED::edge_t::metric |
Definition at line 56 of file TED.h.
Referenced by TED::calculateShortestPaths().
| int TED::edge_t::src |
Definition at line 54 of file TED.h.
Referenced by TED::calculateShortestPaths().
1.7.1