![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Namespaces | |
| namespace | mesh |
Functions | |
| const QVector< CellParamSpec > & | mesh::cellParamSpecs () |
| The registry, in display order. Stable for the process lifetime. | |
| const CellParamSpec * | mesh::cellParamSpec (const QByteArray &key) |
| Look up one spec by key; returns nullptr when unknown. | |
| QString | mesh::cellParamLabel (const QByteArray &key, const QString &depthUnitLabel) |
Full label for key including the unit suffix when the parameter is a length. depthUnitLabel comes from UnitSystem::depthLabel(). | |
| double | mesh::cellParamValue (const MeshResult &mesh, int tri, const QByteArray &key) |
Current value of key on triangle tri. | |
| int decimals |
| double defaultValue |
| const char* key |
| const char* label |
| double max |
| double min |
| double step |
| const char* tooltip |