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::plot::RainGageStats Struct Reference

Per-gage summary statistics (computed from the resolved series). More...

#include <rainfallseriesmodel.h>

Collaboration diagram for openswmmvis::plot::RainGageStats:

Public Attributes

int sampleCount = 0
 
double totalDepth = 0.0
 Project rain units.
 
double peakIntensity = 0.0
 Project rain units / hr.
 
QDateTime peakTime
 
QDateTime first
 
QDateTime last
 
int gapCount = 0
 Spacings > 1.5 × recording interval.
 
qint64 longestGapSecs = 0
 

Detailed Description

Per-gage summary statistics (computed from the resolved series).

Member Data Documentation

◆ first

QDateTime openswmmvis::plot::RainGageStats::first

◆ gapCount

int openswmmvis::plot::RainGageStats::gapCount = 0

Spacings > 1.5 × recording interval.

◆ last

QDateTime openswmmvis::plot::RainGageStats::last

◆ longestGapSecs

qint64 openswmmvis::plot::RainGageStats::longestGapSecs = 0

◆ peakIntensity

double openswmmvis::plot::RainGageStats::peakIntensity = 0.0

Project rain units / hr.

◆ peakTime

QDateTime openswmmvis::plot::RainGageStats::peakTime

◆ sampleCount

int openswmmvis::plot::RainGageStats::sampleCount = 0

◆ totalDepth

double openswmmvis::plot::RainGageStats::totalDepth = 0.0

Project rain units.


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