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

Everything the parser fills, before resolution onto cells. More...

#include <SubsurfaceData.hpp>

Collaboration diagram for openswmm::twoD::SubsurfaceConfig:

Public Member Functions

bool empty () const noexcept
 
void clear ()
 

Public Attributes

GwOptions options
 
std::vector< GwAquiferRowrows
 
std::vector< GwNodeBednode_beds
 

Detailed Description

Everything the parser fills, before resolution onto cells.

Member Function Documentation

◆ clear()

void openswmm::twoD::SubsurfaceConfig::clear ( )
inline

◆ empty()

bool openswmm::twoD::SubsurfaceConfig::empty ( ) const
inlinenoexcept
Here is the caller graph for this function:

Member Data Documentation

◆ node_beds

std::vector<GwNodeBed> openswmm::twoD::SubsurfaceConfig::node_beds

◆ options

GwOptions openswmm::twoD::SubsurfaceConfig::options

◆ rows

std::vector<GwAquiferRow> openswmm::twoD::SubsurfaceConfig::rows

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