EPANET
3.0
EPANET Development Project
|
Static Public Member Functions | |
static int | getCount (int element, int *count, Network *nw) |
static int | getNodeIndex (char *name, int *index, Network *nw) |
static int | getNodeId (int index, char *id, Network *nw) |
static int | getNodeType (int index, int *type, Network *nw) |
static int | getNodeValue (int index, int param, double *value, Network *nw) |
static int | getLinkIndex (char *name, int *index, Network *nw) |
static int | getLinkId (int index, char *id, Network *nw) |
static int | getLinkType (int index, int *type, Network *nw) |
static int | getLinkNodes (int index, int *fromNode, int *toNode, Network *nw) |
static int | getLinkValue (int index, int param, double *value, Network *nw) |