#include <InflowData.hpp>
|
| int | count () const |
| |
| void | add (const std::string &name, int type, const std::vector< double > &facs) |
| |
|
| std::vector< std::string > | names |
| | Pattern name.
|
| |
| std::vector< int > | types |
| | 0=MONTHLY,1=DAILY,2=HOURLY,3=WEEKEND
|
| |
| std::vector< std::vector< double > > | factors |
| | Up to 24 multiplier values.
|
| |
◆ add()
| void openswmm::PatternData::add |
( |
const std::string & |
name, |
|
|
int |
type, |
|
|
const std::vector< double > & |
facs |
|
) |
| |
|
inline |
◆ count()
| int openswmm::PatternData::count |
( |
| ) |
const |
|
inline |
◆ factors
| std::vector<std::vector<double> > openswmm::PatternData::factors |
Up to 24 multiplier values.
◆ names
| std::vector<std::string> openswmm::PatternData::names |
◆ types
| std::vector<int> openswmm::PatternData::types |
0=MONTHLY,1=DAILY,2=HOURLY,3=WEEKEND
The documentation for this struct was generated from the following file:
- /home/runner/work/openswmm.engine/openswmm.engine/src/engine/data/InflowData.hpp