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 43 of file CompressedAirPressureReduction.h.
|
inline |
Definition at line 52 of file CompressedAirPressureReduction.h.
|
inline |
Definition at line 58 of file CompressedAirPressureReduction.h.
|
private |
Definition at line 65 of file CompressedAirPressureReduction.h.
|
private |
Definition at line 66 of file CompressedAirPressureReduction.h.