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
swmmresultslayer.h File Reference

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"
Include dependency graph for swmmresultslayer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Layer that colour-maps SWMM simulation output over the network geometry for interactive time-stepped playback.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

Enumeration Type Documentation

◆ SWMMResultVariable

enum class SWMMResultVariable
strong

Selectable result output variables for colour-mapped display.

Enumerator
NodeDepth 
NodeHead 
NodeVolume 
NodeInflow 
NodeOverflow 
NodeLateralInflow 
LinkFlow 
LinkDepth 
LinkVelocity 
LinkCapacity 
SubcatchRunoff 
SubcatchInfiltration 
SubcatchEvaporation 
SubcatchSnowDepth