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

#include <InflowData.hpp>

Collaboration diagram for openswmm::UnitHydData:

Public Member Functions

int count () const
 
void add_gage (const std::string &uh_name, const std::string &gage)
 
void add (const UnitHydEntry &e)
 

Public Attributes

std::vector< UnitHydEntryentries
 
std::vector< std::string > gage_assignments
 Rain gage names associated with each UH group (name → gage name)
 
std::vector< std::string > gage_names
 Assigned rain gage names.
 

Member Function Documentation

◆ add()

void openswmm::UnitHydData::add ( const UnitHydEntry e)
inline
Here is the caller graph for this function:

◆ add_gage()

void openswmm::UnitHydData::add_gage ( const std::string &  uh_name,
const std::string &  gage 
)
inline
Here is the caller graph for this function:

◆ count()

int openswmm::UnitHydData::count ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ entries

std::vector<UnitHydEntry> openswmm::UnitHydData::entries

◆ gage_assignments

std::vector<std::string> openswmm::UnitHydData::gage_assignments

Rain gage names associated with each UH group (name → gage name)

UH group names

◆ gage_names

std::vector<std::string> openswmm::UnitHydData::gage_names

Assigned rain gage names.


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