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
openswmmvis::import::ModelSnapshot Struct Reference

#include <importplanning.h>

Collaboration diagram for openswmmvis::import::ModelSnapshot:

Classes

struct  LinkGeom
 

Public Attributes

QHash< QString, QPointF > nodes
 node name → coordinate
 
QHash< QString, int > nodeTypes
 node name → SWMM_NodeType
 
QHash< QString, QPointF > gages
 gage name → coordinate
 
QHash< QString, int > linkTypes
 link name → SWMM_LinkType
 
QHash< QString, LinkGeomlinkGeoms
 

Detailed Description

Snapshot of the existing model taken on the main thread before planning. All coordinates in the model-layer CRS.

Member Data Documentation

◆ gages

QHash<QString, QPointF> openswmmvis::import::ModelSnapshot::gages

gage name → coordinate

◆ linkGeoms

QHash<QString, LinkGeom> openswmmvis::import::ModelSnapshot::linkGeoms

◆ linkTypes

QHash<QString, int> openswmmvis::import::ModelSnapshot::linkTypes

link name → SWMM_LinkType

◆ nodes

QHash<QString, QPointF> openswmmvis::import::ModelSnapshot::nodes

node name → coordinate

◆ nodeTypes

QHash<QString, int> openswmmvis::import::ModelSnapshot::nodeTypes

node name → SWMM_NodeType


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