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
gwsourcesummary.h
Go to the documentation of this file.
1
13#ifndef OPENSWMM_LAYERS_GWSOURCESUMMARY_H
14#define OPENSWMM_LAYERS_GWSOURCESUMMARY_H
15
16#include <QStringList>
17
18#include <openswmm/engine/openswmm_engine.h>
19
21{
22
26QStringList groundwaterSourceSubcatchments(SWMM_Engine engine, int nodeIdx);
27
28} // namespace OpenSWMMVis::Groundwater
29
30#endif // OPENSWMM_LAYERS_GWSOURCESUMMARY_H
Definition gwsourcesummary.h:21
QStringList groundwaterSourceSubcatchments(SWMM_Engine engine, int nodeIdx)
Definition gwsourcesummary.cpp:15
void * SWMM_Engine
Definition objectdefaultsapplier.h:19