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
SelectionOps::TraceResult Struct Reference

Result of an upstream / downstream network trace. More...

#include <selectionops.h>

Collaboration diagram for SelectionOps::TraceResult:

Public Attributes

QSet< SWMMObjectRefrefs
 nodes + interior links + subcatchments
 
int nodeCount = 0
 
int linkCount = 0
 
int subcatchCount = 0
 
bool noSeeds = true
 

Detailed Description

Result of an upstream / downstream network trace.

Member Data Documentation

◆ linkCount

int SelectionOps::TraceResult::linkCount = 0

◆ nodeCount

int SelectionOps::TraceResult::nodeCount = 0

◆ noSeeds

bool SelectionOps::TraceResult::noSeeds = true

True when the seeds contained no traceable object (no node, link or subcatchment) — the caller should tell the user to select one.

◆ refs

QSet<SWMMObjectRef> SelectionOps::TraceResult::refs

nodes + interior links + subcatchments

◆ subcatchCount

int SelectionOps::TraceResult::subcatchCount = 0

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