|
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 | |
| CompressedAirPressureReduction (std::vector< CompressedAirPressureReductionInput > compressedAirPressureReductionInputVec) | |
| CompressedAirPressureReduction::Output | calculate () |
| std::vector< CompressedAirPressureReductionInput > const & | getCompressedAirPressureReductionInputVec () |
| void | setCompressedAirPressureReductionInputVec (std::vector< CompressedAirPressureReductionInput > &compressedAirPressureReductionInputVec) |
Private Attributes | |
| std::vector< CompressedAirPressureReductionInput > | compressedAirPressureReductionInputVec |
| CompressedAirPressureReduction::Output | output |
Definition at line 42 of file CompressedAirPressureReduction.h.
|
inline |
Definition at line 51 of file CompressedAirPressureReduction.h.
|
inline |
Definition at line 57 of file CompressedAirPressureReduction.h.
|
private |
Definition at line 64 of file CompressedAirPressureReduction.h.
|
private |
Definition at line 65 of file CompressedAirPressureReduction.h.