![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Project-scoped factory + lookup for AquiferProvider instances. More...
#include "aquifer/aquiferprovider.h"#include <QHash>#include <QObject>#include <QString>#include <QVector>Go to the source code of this file.
Classes | |
| class | openswmmvis::aquifer::AquiferRegistry |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::aquifer |
Project-scoped factory + lookup for AquiferProvider instances.
Mirrors PollutantRegistry. Engine I/O walks swmm_aquifer_* from openswmm_subcatchments.h (add / count / index / id + get/set_param over the SWMM_AquiferParam codes, which align with AquiferProvider::Param indices, plus get/set_evap_pattern for the ETupat column). Deletion goes through swmm_aquifer_delete so referencing subcatchments are cleared engine-side.