SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
ProfileNetworkAdapter::NodeInfo Struct Reference

Per-node static data needed to materialize a PathStatic. More...

#include <profilenetworkadapter.h>

Collaboration diagram for ProfileNetworkAdapter::NodeInfo:

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
 

Detailed Description

Per-node static data needed to materialize a PathStatic.

Member Data Documentation

◆ engineNodeIdx

int ProfileNetworkAdapter::NodeInfo::engineNodeIdx = -1

◆ invertElev

double ProfileNetworkAdapter::NodeInfo::invertElev = 0.0

◆ isInlet

bool ProfileNetworkAdapter::NodeInfo::isInlet = false

Inlet junction — see ProfileBuilder::NodeStatic::isInlet.

◆ kind

ProfileBuilder::NodeKind ProfileNetworkAdapter::NodeInfo::kind = ProfileBuilder::NodeKind::Junction

◆ maxDepth

double ProfileNetworkAdapter::NodeInfo::maxDepth = 0.0

◆ name

QString ProfileNetworkAdapter::NodeInfo::name

◆ surchargeDepth

double ProfileNetworkAdapter::NodeInfo::surchargeDepth = 0.0

The documentation for this struct was generated from the following file: