EPANET
3.0
EPANET Development Project
|
Abstract parent class for all pipe network components. More...
#include <element.h>
Public Types | |
enum | ElementType { NODE, LINK, PATTERN, CURVE, CONTROL } |
Public Member Functions | |
Element (std::string name_) | |
Public Attributes | |
std::string | name |
element's ID name | |
int | index |
index in array of elements | |
Abstract parent class for all pipe network components.