#include <QualityData.hpp>
|
| std::vector< double > | sweep_interval |
| | Days between sweeps.
|
| |
| std::vector< double > | sweep_removal |
| | Max removal fraction (0-100)
|
| |
| std::vector< double > | last_swept |
| | Days since last swept.
|
| |
| std::vector< std::string > | comments |
| | Object comment from the INP file (';'-prefixed lines immediately above this landuse's data row), joined by literal "\\n". Empty string means no comment.
|
| |
◆ count()
| int openswmm::LanduseData::count |
( |
| ) |
const |
|
inline |
◆ resize()
| void openswmm::LanduseData::resize |
( |
int |
n | ) |
|
|
inline |
◆ shrink_to_fit()
| void openswmm::LanduseData::shrink_to_fit |
( |
| ) |
|
|
inline |
◆ comments
| std::vector<std::string> openswmm::LanduseData::comments |
Object comment from the INP file (';'-prefixed lines immediately above this landuse's data row), joined by literal "\\n". Empty string means no comment.
◆ last_swept
| std::vector<double> openswmm::LanduseData::last_swept |
◆ sweep_interval
| std::vector<double> openswmm::LanduseData::sweep_interval |
◆ sweep_removal
| std::vector<double> openswmm::LanduseData::sweep_removal |
Max removal fraction (0-100)
The documentation for this struct was generated from the following file:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/data/QualityData.hpp