OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::treatment::TreatExpr Struct Reference

#include <Treatment.hpp>

Collaboration diagram for openswmm::treatment::TreatExpr:

Public Attributes

std::vector< Tokentokens
 Postfix (RPN) token list.
 
int pollutant_idx = -1
 Which pollutant this expression applies to.
 
bool is_removal = false
 True if expression computes R (removal), false if C.
 

Member Data Documentation

◆ is_removal

bool openswmm::treatment::TreatExpr::is_removal = false

True if expression computes R (removal), false if C.

◆ pollutant_idx

int openswmm::treatment::TreatExpr::pollutant_idx = -1

Which pollutant this expression applies to.

◆ tokens

std::vector<Token> openswmm::treatment::TreatExpr::tokens

Postfix (RPN) token list.


The documentation for this struct was generated from the following file: