|  | OGS
    | 
Subcatchment data structure. (SWMM stores ~20 parameters for subcatchments. Depending on relevance this struct might be extended in the future.)
Definition at line 190 of file SWMMInterface.h.
| Public Attributes | |
| std::string | name | 
| std::size_t | rain_gauge | 
| std::size_t | outlet | 
| double | area | 
| GeoLib::Polyline * | outline | 
| double FileIO::SwmmInterface::Subcatchment::area | 
Definition at line 195 of file SWMMInterface.h.
Referenced by FileIO::SwmmInterface::readSubcatchments().
| std::string FileIO::SwmmInterface::Subcatchment::name | 
Definition at line 192 of file SWMMInterface.h.
Referenced by FileIO::SwmmInterface::readSubcatchments().
| std::size_t FileIO::SwmmInterface::Subcatchment::outlet | 
Definition at line 194 of file SWMMInterface.h.
Referenced by FileIO::SwmmInterface::readSubcatchments().
| GeoLib::Polyline* FileIO::SwmmInterface::Subcatchment::outline | 
Definition at line 196 of file SWMMInterface.h.
| std::size_t FileIO::SwmmInterface::Subcatchment::rain_gauge | 
Definition at line 193 of file SWMMInterface.h.
Referenced by FileIO::SwmmInterface::readSubcatchments().