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.
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Attributes | List of all members
CompressedAirReduction Class Reference

Classes

struct  Output
 

Public Member Functions

 CompressedAirReduction (std::vector< CompressedAirReductionInput > compressedAirReductionInputVec)
 
CompressedAirReduction::Output calculate ()
 

Private Attributes

std::vector< CompressedAirReductionInputcompressedAirReductionInputVec
 
CompressedAirReduction::Output output
 

Detailed Description

Definition at line 105 of file CompressedAirReduction.h.

Constructor & Destructor Documentation

◆ CompressedAirReduction()

CompressedAirReduction::CompressedAirReduction ( std::vector< CompressedAirReductionInput compressedAirReductionInputVec)
inline

Definition at line 116 of file CompressedAirReduction.h.

Member Data Documentation

◆ compressedAirReductionInputVec

std::vector<CompressedAirReductionInput> CompressedAirReduction::compressedAirReductionInputVec
private

Definition at line 122 of file CompressedAirReduction.h.

◆ output

CompressedAirReduction::Output CompressedAirReduction::output
private

Definition at line 123 of file CompressedAirReduction.h.


The documentation for this class was generated from the following file: