![]() |
EPANET-RTX
1.1
real-time extension for the EPANET toolkit
|
#include <Element.h>
Public Types | |
| enum | element_t { JUNCTION, TANK, RESERVOIR, PIPE, PUMP, VALVE, DMA } |
|
typedef boost::shared_ptr < Element > | sharedPointer |
Protected Member Functions | |
| Element (const std::string &name) | |
| void | setType (element_t type) |
Element Base Class.
Properties common to all elements.