![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "ui/properties/swmmnodepropertyadapter.h"#include "core/unitsystem.h"#include "layers/gwsourcesummary.h"#include "layers/swmmmodellayer.h"#include "layers/swmmresultslayer.h"#include "output/outputstatsregistry.h"#include "ui/properties/xsectshapegeom.h"#include <cmath>#include <openswmm/engine/openswmm_inflows.h>#include <openswmm/engine/openswmm_infrastructure.h>#include <openswmm/engine/openswmm_links.h>#include <openswmm/engine/openswmm_nodes.h>#include <openswmm/engine/openswmm_pollutants.h>#include <openswmm/engine/openswmm_quality.h>#include <openswmm/engine/openswmm_spatial.h>#include <openswmm/engine/openswmm_tables.h>Macros | |
| #define | GETTER(method, engineGet) |
| #define | STAT_GETTER(METHOD, ENGINE_GET, LAYER_GET) |
| #define | SETTER(method, engineSet) |
| #define GETTER | ( | method, | |
| engineGet | |||
| ) |
| #define SETTER | ( | method, | |
| engineSet | |||
| ) |
| #define STAT_GETTER | ( | METHOD, | |
| ENGINE_GET, | |||
| LAYER_GET | |||
| ) |