|
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 | |
| NaturalGasReduction (std::vector< NaturalGasReductionInput > naturalGasReductionInputVec) | |
| NaturalGasReduction::Output | calculate () |
| std::vector< NaturalGasReductionInput > const & | getNaturalGasReductionInputVec () const |
| void | setNaturalGasReductionInputVec (std::vector< NaturalGasReductionInput > &naturalGasReductionInputVec) |
Private Attributes | |
| std::vector< NaturalGasReductionInput > | naturalGasReductionInputVec |
| NaturalGasReduction::Output | output |
Definition at line 132 of file NaturalGasReduction.h.
|
inline |
Definition at line 142 of file NaturalGasReduction.h.
|
inline |
Definition at line 146 of file NaturalGasReduction.h.
|
private |
Definition at line 152 of file NaturalGasReduction.h.
|
private |
Definition at line 153 of file NaturalGasReduction.h.