![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "io/mesh2dresultsexport.h"#include <QDateTime>#include <QDialog>#include <QList>#include <QString>Go to the source code of this file.
Classes | |
| struct | openswmmvis::ui::Mesh2DExportDialogInputs |
| What the dialog needs to know about the run it is exporting. More... | |
| class | openswmmvis::ui::Mesh2DResultsExportDialog |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Collects the options for "Export 2D Results…" on the Analysis ribbon: output format and path, which variables, which time steps (with an every-Nth stride for a long run), whether to include the run maxima, and — for a raster — the pixel size, the interpolation method and the dry mask.
The dialog is purely a collector (CLAUDE.md §5.1): it holds no results and writes no files. The caller reads options() and hands them to openswmmvis::io::exportMesh2DResults with its own progress dialog, so the same export is reachable headless and is tested without a widget.