OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::HeatOverrideRow Struct Reference

#include <HeatOverrideData.hpp>

Collaboration diagram for openswmm::HeatOverrideRow:

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
 

Detailed Description

One parsed override row, kept verbatim so the serializer can render what the user wrote rather than a resolved expansion of it.

Member Data Documentation

◆ attr

HeatAttr openswmm::HeatOverrideRow::attr = HeatAttr::ALBEDO

◆ name

std::string openswmm::HeatOverrideRow::name

tag or element name; empty at GLOBAL scope

◆ scope

HeatScope openswmm::HeatOverrideRow::scope = HeatScope::GLOBAL

◆ value

double openswmm::HeatOverrideRow::value = 0.0

The documentation for this struct was generated from the following file: