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
Public Member Functions | Private Attributes | List of all members
BagMethodData Class Reference

Public Member Functions

 BagMethodData (const double height, const double diameter, const double fillTime)
 
double getHeight () const
 
double getDiameter () const
 
double getFillTime () const
 

Private Attributes

double height
 
double diameter
 
double fillTime
 

Detailed Description

Definition at line 20 of file CompressedAirReduction.h.

Constructor & Destructor Documentation

◆ BagMethodData()

BagMethodData::BagMethodData ( const double  height,
const double  diameter,
const double  fillTime 
)
inline

Definition at line 22 of file CompressedAirReduction.h.

Member Function Documentation

◆ getDiameter()

double BagMethodData::getDiameter ( ) const
inline

Definition at line 26 of file CompressedAirReduction.h.

◆ getFillTime()

double BagMethodData::getFillTime ( ) const
inline

Definition at line 27 of file CompressedAirReduction.h.

◆ getHeight()

double BagMethodData::getHeight ( ) const
inline

Definition at line 25 of file CompressedAirReduction.h.

Member Data Documentation

◆ diameter

double BagMethodData::diameter
private

Definition at line 30 of file CompressedAirReduction.h.

◆ fillTime

double BagMethodData::fillTime
private

Definition at line 30 of file CompressedAirReduction.h.

◆ height

double BagMethodData::height
private

Definition at line 30 of file CompressedAirReduction.h.


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