EPANET
3.0
EPANET Development Project
|
The NodeParser class is used to parse lines of input data for network nodes read from a text file. More...
#include <nodeparser.h>
Public Member Functions | |
void | parseNodeData (std::string &nodeName, Network *nw, std::vector< std::string > &tokens) |
void | parseDemand (Node *node, Network *nw, std::vector< std::string > &tokens) |
void | parseEmitter (Node *node, Network *nw, std::vector< std::string > &tokens) |
void | parseCoords (Node *node, std::vector< std::string > &tokens) |
void | parseInitQual (Node *node, std::vector< std::string > &tokens) |
void | parseQualSource (Node *node, Network *nw, std::vector< std::string > &tokens) |
void | parseTankMixing (Node *node, std::vector< std::string > &tokens) |
void | parseTankReact (Node *node, std::vector< std::string > &tokens) |
The NodeParser class is used to parse lines of input data for network nodes read from a text file.