|
enum | NodeFieldType {
ELEVATION,
HEAD,
PRESSURE,
DEMAND,
DEFICIT,
OUTFLOW,
NODE_QUALITY,
NUM_NODE_FIELDS
} |
|
enum | LinkFieldType {
LENGTH,
DIAMETER,
FLOW,
LEAKAGE,
VELOCITY,
HEADLOSS,
STATUS,
SETTING,
LINK_QUALITY,
NUM_LINK_FIELDS
} |
|
|
void | setDefaults () |
|
void | setField (int type, int index, int enabled, int precision, double lowerLimit, double upperLimit) |
|
Field & | nodeField (int index) |
|
Field & | linkField (int index) |
|
|
static const char * | NodeFieldNames [] |
|
static const char * | LinkFieldNames [] |
|
const char * ReportFields::LinkFieldNames |
|
static |
Initial value:=
{"Length", "Diameter", "Flow Rate", "Leakage", "Velocity", "Head Loss",
"Status", "Setting", "Quality", 0}
const char * ReportFields::NodeFieldNames |
|
static |
Initial value:=
{"Elevation", "Head", "Pressure", "Demand", "Deficit", "Outflow", "Quality", 0}
The documentation for this class was generated from the following files:
- /Users/sam/Dropbox (CitiLogics)/Code/epanet-dev/src/Output/reportfields.h
- /Users/sam/Dropbox (CitiLogics)/Code/epanet-dev/src/Output/reportfields.cpp