biogears::SizeIndependentDepositionEfficencyCoefficient Class Reference

#include <BioGearsSubstances.h>

Public Member Functions

 SizeIndependentDepositionEfficencyCoefficient ()
 
 ~SizeIndependentDepositionEfficencyCoefficient ()
 
double GetMouth () const
 
double GetTrachea () const
 
double GetBronchi () const
 
double GetAlveoli () const
 

Protected Attributes

double m_mouth = 0
 
double m_trachea = 0
 
double m_bronchi = 0
 
double m_alveoli = 0
 

Friends

class BioGearsSubstances
 

Constructor & Destructor Documentation

biogears::SizeIndependentDepositionEfficencyCoefficient::SizeIndependentDepositionEfficencyCoefficient ( )
inline
biogears::SizeIndependentDepositionEfficencyCoefficient::~SizeIndependentDepositionEfficencyCoefficient ( )
inline

Member Function Documentation

double biogears::SizeIndependentDepositionEfficencyCoefficient::GetAlveoli ( ) const
inline
double biogears::SizeIndependentDepositionEfficencyCoefficient::GetBronchi ( ) const
inline
double biogears::SizeIndependentDepositionEfficencyCoefficient::GetMouth ( ) const
inline
double biogears::SizeIndependentDepositionEfficencyCoefficient::GetTrachea ( ) const
inline

Friends And Related Function Documentation

friend class BioGearsSubstances
friend

Member Data Documentation

double biogears::SizeIndependentDepositionEfficencyCoefficient::m_alveoli = 0
protected
double biogears::SizeIndependentDepositionEfficencyCoefficient::m_bronchi = 0
protected
double biogears::SizeIndependentDepositionEfficencyCoefficient::m_mouth = 0
protected
double biogears::SizeIndependentDepositionEfficencyCoefficient::m_trachea = 0
protected