MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Classes | |
struct | Output |
Public Member Functions | |
WaterReduction (std::vector< WaterReductionInput > waterReductionInputVec) | |
WaterReduction::Output | calculate () |
std::vector< WaterReductionInput > const & | getWaterReductionInputVec () const |
void | setWaterReductionInputVec (std::vector< WaterReductionInput > &waterReductionInputVec) |
Private Attributes | |
std::vector< WaterReductionInput > | waterReductionInputVec |
WaterReduction::Output | output |
Definition at line 111 of file WaterReduction.h.
|
inline |
Definition at line 124 of file WaterReduction.h.
|
inline |
Definition at line 129 of file WaterReduction.h.
|
private |
Definition at line 135 of file WaterReduction.h.
|
private |
Definition at line 134 of file WaterReduction.h.