![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Layer that colour-maps SWMM simulation output over the network geometry for interactive time-stepped playback. More...
#include "layers/openswmmvislayer.h"#include "layers/speciesattributes.h"#include "layers/gisrasterlayer.h"#include "layers/swmmmodellayer.h"#include <openswmm/engine/openswmm_output.h>#include <QBrush>#include <QColor>#include <QDateTime>#include <QHash>#include <QPen>#include <QSet>#include <QString>#include <QVariantMap>#include <QVector>#include <memory>#include "render/iattributeprovider.h"#include "render/isublayerhost.h"#include "render/sublayers/feature/featuresublayer.h"Go to the source code of this file.
Classes | |
| class | SWMMResultsLayer |
| Overlays time-stepped simulation results on the SWMM network geometry. More... | |
Namespaces | |
| namespace | OpenSWMM |
| namespace | OpenSWMM::Render |
Enumerations | |
| enum class | SWMMResultVariable { NodeDepth = 0 , NodeHead = 1 , NodeVolume = 2 , NodeInflow = 3 , NodeOverflow = 4 , NodeLateralInflow = 5 , LinkFlow = 10 , LinkDepth = 11 , LinkVelocity = 12 , LinkCapacity = 13 , SubcatchRunoff = 20 , SubcatchInfiltration = 21 , SubcatchEvaporation = 22 , SubcatchSnowDepth = 23 } |
| Selectable result output variables for colour-mapped display. More... | |
Layer that colour-maps SWMM simulation output over the network geometry for interactive time-stepped playback.
|
strong |