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::ExportSeries Struct Reference

One series to export — name becomes the CSV column header / .dat comment line. Times are SWMM Julian doubles (see core/swmmdatetime.h). More...

#include <seriesdataexport.h>

Collaboration diagram for openswmmvis::plot::ExportSeries:

Public Attributes

QString name
 
std::vector< doubletimesJulian
 
std::vector< doublevalues
 Same length as timesJulian.
 

Detailed Description

One series to export — name becomes the CSV column header / .dat comment line. Times are SWMM Julian doubles (see core/swmmdatetime.h).

Member Data Documentation

◆ name

QString openswmmvis::plot::ExportSeries::name

◆ timesJulian

std::vector<double> openswmmvis::plot::ExportSeries::timesJulian

◆ values

std::vector<double> openswmmvis::plot::ExportSeries::values

Same length as timesJulian.


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