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

Slice BD — Statistics / frequency analysis report dashboard. More...

#include "selection/selectionmanager.h"
#include <QDialog>
#include <QPointer>
#include <QSet>
Include dependency graph for statisticsdashboarddialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::StatisticsDashboardDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Slice BD — Statistics / frequency analysis report dashboard.

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

Reads cumulative statistics from openswmm_statistics.h: per-node max-depth / flood-volume / flood-time, per-link max-flow / max-velocity / max-capacity, per-subcatch peak-runoff / total-runoff. Renders three sortable tables (Node / Link / Subcatchment) + a frequency-analysis histogram chart for the selected variable.

Engine pre-reqs:

  • openswmm_stat_node_max_depth / max_overflow / vol_flooded / time_flooded
  • openswmm_stat_link_max_flow / max_velocity
  • openswmm_stat_subcatch_peak_runoff / total_runoff
  • For time-of-occurrence: stat_*_time_of_occurrence (gap-fill via Slice BA-01).