EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
NodeParser Class Reference

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)
 

Detailed Description

The NodeParser class is used to parse lines of input data for network nodes read from a text file.


The documentation for this class was generated from the following files: