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
GageBlend::SourceGage Struct Reference

A contributing gage: its series plus everything needed to read it. More...

#include <gageblend.h>

Collaboration diagram for GageBlend::SourceGage:

Public Attributes

QVector< SeriesPointpoints
 Strictly increasing in t.
 
qint64 intervalSec = 0
 Gage recording interval.
 
RainType rainType = RainType::Intensity
 
double scaleFactor = 1.0
 Folded into the blend.
 
QString name
 For diagnostics only.
 

Detailed Description

A contributing gage: its series plus everything needed to read it.

Member Data Documentation

◆ intervalSec

qint64 GageBlend::SourceGage::intervalSec = 0

Gage recording interval.

◆ name

QString GageBlend::SourceGage::name

For diagnostics only.

◆ points

QVector<SeriesPoint> GageBlend::SourceGage::points

Strictly increasing in t.

◆ rainType

RainType GageBlend::SourceGage::rainType = RainType::Intensity

◆ scaleFactor

double GageBlend::SourceGage::scaleFactor = 1.0

Folded into the blend.


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