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

Classes

struct  Output
 

Public Member Functions

 WaterReduction (std::vector< WaterReductionInput > waterReductionInputVec)
 
WaterReduction::Output calculate ()
 
std::vector< WaterReductionInput > const & getWaterReductionInputVec () const
 
void setWaterReductionInputVec (std::vector< WaterReductionInput > &waterReductionInputVec)
 

Private Attributes

std::vector< WaterReductionInputwaterReductionInputVec
 
WaterReduction::Output output
 

Detailed Description

Definition at line 111 of file WaterReduction.h.

Constructor & Destructor Documentation

◆ WaterReduction()

WaterReduction::WaterReduction ( std::vector< WaterReductionInput waterReductionInputVec)
inline

Definition at line 124 of file WaterReduction.h.

Member Function Documentation

◆ getWaterReductionInputVec()

std::vector< WaterReductionInput > const & WaterReduction::getWaterReductionInputVec ( ) const
inline

Definition at line 129 of file WaterReduction.h.

Member Data Documentation

◆ output

WaterReduction::Output WaterReduction::output
private

Definition at line 135 of file WaterReduction.h.

◆ waterReductionInputVec

std::vector<WaterReductionInput> WaterReduction::waterReductionInputVec
private

Definition at line 134 of file WaterReduction.h.


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