|
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 110 of file WaterReduction.h.
|
inline |
Definition at line 123 of file WaterReduction.h.
|
inline |
Definition at line 128 of file WaterReduction.h.
|
private |
Definition at line 134 of file WaterReduction.h.
|
private |
Definition at line 133 of file WaterReduction.h.