![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Just enough about each link to weight it in the routing graph. engineLinkIdx is round-tripped through the Edge::linkId field so callers can later resolve which model link a path traverses.
More...
#include <profilenetworkadapter.h>
Public Attributes | |
| int | engineLinkIdx = -1 |
| int | fromNode = -1 |
| int | toNode = -1 |
| double | length = 0.0 |
| ProfileBuilder::LinkKind | kind = ProfileBuilder::LinkKind::Conduit |
Just enough about each link to weight it in the routing graph. engineLinkIdx is round-tripped through the Edge::linkId field so callers can later resolve which model link a path traverses.
| int ProfileNetworkAdapter::LinkInfo::engineLinkIdx = -1 |
| int ProfileNetworkAdapter::LinkInfo::fromNode = -1 |
| ProfileBuilder::LinkKind ProfileNetworkAdapter::LinkInfo::kind = ProfileBuilder::LinkKind::Conduit |
| double ProfileNetworkAdapter::LinkInfo::length = 0.0 |
| int ProfileNetworkAdapter::LinkInfo::toNode = -1 |