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

Project-scoped factory + lookup for AquiferProvider instances. More...

#include "aquifer/aquiferprovider.h"
#include <QHash>
#include <QObject>
#include <QString>
#include <QVector>
Include dependency graph for aquiferregistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::aquifer::AquiferRegistry
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::aquifer
 

Detailed Description

Project-scoped factory + lookup for AquiferProvider instances.

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

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.