![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
#include <HeatOverrideData.hpp>
Public Attributes | |
| HeatAttr | attr = HeatAttr::ALBEDO |
| HeatScope | scope = HeatScope::GLOBAL |
| std::string | name |
| tag or element name; empty at GLOBAL scope | |
| double | value = 0.0 |
One parsed override row, kept verbatim so the serializer can render what the user wrote rather than a resolved expansion of it.
| HeatAttr openswmm::HeatOverrideRow::attr = HeatAttr::ALBEDO |
| std::string openswmm::HeatOverrideRow::name |
tag or element name; empty at GLOBAL scope
| HeatScope openswmm::HeatOverrideRow::scope = HeatScope::GLOBAL |
| double openswmm::HeatOverrideRow::value = 0.0 |