![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Per-node static data needed to materialize a PathStatic. More...
#include <profilenetworkadapter.h>
Public Attributes | |
| int | engineNodeIdx = -1 |
| QString | name |
| double | invertElev = 0.0 |
| double | maxDepth = 0.0 |
| double | surchargeDepth = 0.0 |
| ProfileBuilder::NodeKind | kind = ProfileBuilder::NodeKind::Junction |
| bool | isInlet = false |
Per-node static data needed to materialize a PathStatic.
| int ProfileNetworkAdapter::NodeInfo::engineNodeIdx = -1 |
| double ProfileNetworkAdapter::NodeInfo::invertElev = 0.0 |
| bool ProfileNetworkAdapter::NodeInfo::isInlet = false |
Inlet junction — see ProfileBuilder::NodeStatic::isInlet.
| ProfileBuilder::NodeKind ProfileNetworkAdapter::NodeInfo::kind = ProfileBuilder::NodeKind::Junction |
| double ProfileNetworkAdapter::NodeInfo::maxDepth = 0.0 |
| QString ProfileNetworkAdapter::NodeInfo::name |
| double ProfileNetworkAdapter::NodeInfo::surchargeDepth = 0.0 |