OGS
FileIO::SwmmInterface::Subcatchment Struct Reference

Detailed Description

Subcatchment data structure. (SWMM stores ~20 parameters for subcatchments. Depending on relevance this struct might be extended in the future.)

Definition at line 189 of file SWMMInterface.h.

Collaboration diagram for FileIO::SwmmInterface::Subcatchment:
[legend]

Public Attributes

std::string name
 
std::size_t rain_gauge
 
std::size_t outlet
 
double area
 
GeoLib::Polylineoutline
 

Member Data Documentation

◆ area

double FileIO::SwmmInterface::Subcatchment::area

Definition at line 194 of file SWMMInterface.h.

Referenced by FileIO::SwmmInterface::readSubcatchments().

◆ name

std::string FileIO::SwmmInterface::Subcatchment::name

Definition at line 191 of file SWMMInterface.h.

Referenced by FileIO::SwmmInterface::readSubcatchments().

◆ outlet

std::size_t FileIO::SwmmInterface::Subcatchment::outlet

Definition at line 193 of file SWMMInterface.h.

Referenced by FileIO::SwmmInterface::readSubcatchments().

◆ outline

GeoLib::Polyline* FileIO::SwmmInterface::Subcatchment::outline

Definition at line 195 of file SWMMInterface.h.

◆ rain_gauge

std::size_t FileIO::SwmmInterface::Subcatchment::rain_gauge

Definition at line 192 of file SWMMInterface.h.

Referenced by FileIO::SwmmInterface::readSubcatchments().


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