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

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>

Collaboration diagram for ProfileNetworkAdapter::LinkInfo:

Public Attributes

int engineLinkIdx = -1
 
int fromNode = -1
 
int toNode = -1
 
double length = 0.0
 
ProfileBuilder::LinkKind kind = ProfileBuilder::LinkKind::Conduit
 

Detailed Description

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.

Member Data Documentation

◆ engineLinkIdx

int ProfileNetworkAdapter::LinkInfo::engineLinkIdx = -1

◆ fromNode

int ProfileNetworkAdapter::LinkInfo::fromNode = -1

◆ kind

ProfileBuilder::LinkKind ProfileNetworkAdapter::LinkInfo::kind = ProfileBuilder::LinkKind::Conduit

◆ length

double ProfileNetworkAdapter::LinkInfo::length = 0.0

◆ toNode

int ProfileNetworkAdapter::LinkInfo::toNode = -1

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