![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <importplanning.h>
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, LinkGeom > | linkGeoms |
Snapshot of the existing model taken on the main thread before planning. All coordinates in the model-layer CRS.
| QHash<QString, QPointF> openswmmvis::import::ModelSnapshot::gages |
gage name → coordinate
| QHash<QString, LinkGeom> openswmmvis::import::ModelSnapshot::linkGeoms |
| QHash<QString, int> openswmmvis::import::ModelSnapshot::linkTypes |
link name → SWMM_LinkType
| QHash<QString, QPointF> openswmmvis::import::ModelSnapshot::nodes |
node name → coordinate
| QHash<QString, int> openswmmvis::import::ModelSnapshot::nodeTypes |
node name → SWMM_NodeType