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
mesh2dresultsexportdialog.h File Reference
#include "io/mesh2dresultsexport.h"
#include <QDateTime>
#include <QDialog>
#include <QList>
#include <QString>
Include dependency graph for mesh2dresultsexportdialog.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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

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.