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::PathLinkInfo Struct Reference

Per-link static data needed to materialize a PathStatic. maxDepth is the conduit cross-section primary dimension (e.g. circular pipe diameter) — used for the conduit-crown line in the renderer; 0 for non-conduits. More...

#include <profilenetworkadapter.h>

Collaboration diagram for ProfileNetworkAdapter::PathLinkInfo:

Public Attributes

int engineLinkIdx = -1
 
QString name
 
double length = 0.0
 
double offset1 = 0.0
 
double offset2 = 0.0
 
double maxDepth = 0.0
 
double crestHeight = 0.0
 
bool openTop = false
 
bool isStreet = false
 
ProfileBuilder::LinkKind kind = ProfileBuilder::LinkKind::Conduit
 
bool reversed = false
 

Detailed Description

Per-link static data needed to materialize a PathStatic. maxDepth is the conduit cross-section primary dimension (e.g. circular pipe diameter) — used for the conduit-crown line in the renderer; 0 for non-conduits.

Member Data Documentation

◆ crestHeight

double ProfileNetworkAdapter::PathLinkInfo::crestHeight = 0.0

Weir / outlet sill (relative to the inlet invert). 0 for other links.

◆ engineLinkIdx

int ProfileNetworkAdapter::PathLinkInfo::engineLinkIdx = -1

◆ isStreet

bool ProfileNetworkAdapter::PathLinkInfo::isStreet = false

STREET cross-section.

◆ kind

ProfileBuilder::LinkKind ProfileNetworkAdapter::PathLinkInfo::kind = ProfileBuilder::LinkKind::Conduit

◆ length

double ProfileNetworkAdapter::PathLinkInfo::length = 0.0

◆ maxDepth

double ProfileNetworkAdapter::PathLinkInfo::maxDepth = 0.0

◆ name

QString ProfileNetworkAdapter::PathLinkInfo::name

◆ offset1

double ProfileNetworkAdapter::PathLinkInfo::offset1 = 0.0

◆ offset2

double ProfileNetworkAdapter::PathLinkInfo::offset2 = 0.0

◆ openTop

bool ProfileNetworkAdapter::PathLinkInfo::openTop = false

Draw with no soffit.

◆ reversed

bool ProfileNetworkAdapter::PathLinkInfo::reversed = false

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