![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
One loaded run in the plot — a 1D .out, an observed CSV, or a 2D mesh layer.
More...
#include <comparisonplotmodel.h>
Public Attributes | |
| std::shared_ptr< IRunLayer > | layer |
| The actual data source. May be owned by the dialog. | |
| QString | label |
| Display label; defaults to layer->scenarioName(). | |
| bool | isBaseline = false |
| Anchor for the 1v1 scatter column. | |
| bool | isTransient = false |
| True when owned by the dialog (loaded ad hoc). | |
| SeriesStyle | defaultStyle |
| Cycle position for series in this run. | |
| int | cycleSeed = 0 |
| Internal: used to spread colours within the run. | |
One loaded run in the plot — a 1D .out, an observed CSV, or a 2D mesh layer.
| int openswmmvis::plot::RunSource::cycleSeed = 0 |
Internal: used to spread colours within the run.
| SeriesStyle openswmmvis::plot::RunSource::defaultStyle |
Cycle position for series in this run.
| bool openswmmvis::plot::RunSource::isBaseline = false |
Anchor for the 1v1 scatter column.
| bool openswmmvis::plot::RunSource::isTransient = false |
True when owned by the dialog (loaded ad hoc).
| QString openswmmvis::plot::RunSource::label |
Display label; defaults to layer->scenarioName().
| std::shared_ptr<IRunLayer> openswmmvis::plot::RunSource::layer |
The actual data source. May be owned by the dialog.