![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
A single directed weighted edge in the routing graph. More...
#include <profilerouter.h>
Public Attributes | |
| int | fromNode = -1 |
| int | toNode = -1 |
| double | weight = 0.0 |
| int | linkId = -1 |
A single directed weighted edge in the routing graph.
linkId is an opaque stable identifier (typically the SWMM link index) that the caller maps back to the source-of-truth model after routing completes. The router itself never interprets it.
| int ProfileRouter::Edge::fromNode = -1 |
| int ProfileRouter::Edge::linkId = -1 |
| int ProfileRouter::Edge::toNode = -1 |
| double ProfileRouter::Edge::weight = 0.0 |