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
NaturalGasReduction Class Reference

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< NaturalGasReductionInputnaturalGasReductionInputVec
 
NaturalGasReduction::Output output
 

Detailed Description

Definition at line 133 of file NaturalGasReduction.h.

Constructor & Destructor Documentation

◆ NaturalGasReduction()

NaturalGasReduction::NaturalGasReduction ( std::vector< NaturalGasReductionInput naturalGasReductionInputVec)
inline

Definition at line 143 of file NaturalGasReduction.h.

Member Function Documentation

◆ getNaturalGasReductionInputVec()

std::vector< NaturalGasReductionInput > const & NaturalGasReduction::getNaturalGasReductionInputVec ( ) const
inline

Definition at line 147 of file NaturalGasReduction.h.

Member Data Documentation

◆ naturalGasReductionInputVec

std::vector<NaturalGasReductionInput> NaturalGasReduction::naturalGasReductionInputVec
private

Definition at line 153 of file NaturalGasReduction.h.

◆ output

NaturalGasReduction::Output NaturalGasReduction::output
private

Definition at line 154 of file NaturalGasReduction.h.


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