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

#include <QualityData.hpp>

Collaboration diagram for openswmm::LanduseData:

Public Member Functions

int count () const
 
void resize (int n)
 
void shrink_to_fit ()
 

Public Attributes

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.
 

Member Function Documentation

◆ 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
Here is the caller graph for this function:

Member Data Documentation

◆ 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

Days since last swept.

◆ sweep_interval

std::vector<double> openswmm::LanduseData::sweep_interval

Days between sweeps.

◆ 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: