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 133 of file NaturalGasReduction.h.
|
inline |
Definition at line 143 of file NaturalGasReduction.h.
|
inline |
Definition at line 147 of file NaturalGasReduction.h.
|
private |
Definition at line 153 of file NaturalGasReduction.h.
|
private |
Definition at line 154 of file NaturalGasReduction.h.