#include <SEScalarAreaPerTimePressure.h>

Inheritance diagram for biogears::AreaPerTimePressureUnit:

Public Member Functions

 AreaPerTimePressureUnit (const char *u)
 
 AreaPerTimePressureUnit (const std::string &u)
 
virtual ~AreaPerTimePressureUnit ()=default
 
- Public Member Functions inherited from biogears::CCompoundUnit
 CCompoundUnit ()
 
 CCompoundUnit (const char *unitString)
 
 CCompoundUnit (const std::string &unitString)
 
 CCompoundUnit (const CCompoundUnit &src)
 
virtual ~CCompoundUnit ()
 
const CUnitDimensionGetDimension () const
 
const double & GetBigness () const
 
double GetBias () const
 
CCompoundUnitoperator= (const CCompoundUnit &rhs)
 
CCompoundUnitoperator*= (const CCompoundUnit &rhs)
 
CCompoundUnitoperator/= (const CCompoundUnit &rhs)
 
CCompoundUnit operator* (const CCompoundUnit &rhs) const
 
CCompoundUnit operator/ (const CCompoundUnit &rhs) const
 
CCompoundUnitRaise (CCompoundUnitElement::ExponentType)
 
bool operator== (const CCompoundUnit &rhs) const
 
bool operator!= (const CCompoundUnit &rhs) const
 
bool IsOfType (int quantityTypeID)
 
bool IsOfType (const char *quantityName)
 
bool IsOfType (const std::string &quantityName)
 
bool IsDimensionless () const
 
bool IsDecibel () const
 
bool IsUnitEmpty () const
 
double GetDecibelLogScaleFactor () const
 
void DecibelModeOn ()
 
void DecibelModeOff ()
 
CCompoundUnitElementAddElement (const CCompoundUnitElement &)
 
void clear ()
 
void ParseString (const char *unitString)
 
void ParseString (const std::string &unitString)
 
const char * GetString () const
 
 operator std::string ()
 
std::ostream & PrintSelf (std::ostream &output) const
 

Static Public Member Functions

static bool IsValidUnit (const char *unit)
 
static bool IsValidUnit (const std::string &unit)
 
static const AreaPerTimePressureUnitGetCompoundUnit (const char *unit)
 
static const AreaPerTimePressureUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const AreaPerTimePressureUnit m2_Per_s_mmHg
 
static const AreaPerTimePressureUnit cm2_Per_s_mmHg
 
static const AreaPerTimePressureUnit m2_Per_min_mmHg
 
static const AreaPerTimePressureUnit cm2_Per_min_mmHg
 

Additional Inherited Members

- Protected Member Functions inherited from biogears::CCompoundUnit
void BuildDimension () const
 
void ComputeBigness () const
 

Constructor & Destructor Documentation

biogears::AreaPerTimePressureUnit::AreaPerTimePressureUnit ( const char *  u)
inline
biogears::AreaPerTimePressureUnit::AreaPerTimePressureUnit ( const std::string &  u)
inline
virtual biogears::AreaPerTimePressureUnit::~AreaPerTimePressureUnit ( )
virtualdefault

Member Function Documentation

const AreaPerTimePressureUnit & biogears::AreaPerTimePressureUnit::GetCompoundUnit ( const char *  unit)
static
const AreaPerTimePressureUnit & biogears::AreaPerTimePressureUnit::GetCompoundUnit ( const std::string &  unit)
static
bool biogears::AreaPerTimePressureUnit::IsValidUnit ( const char *  unit)
static
bool biogears::AreaPerTimePressureUnit::IsValidUnit ( const std::string &  unit)
static

Member Data Documentation

const AreaPerTimePressureUnit biogears::AreaPerTimePressureUnit::cm2_Per_min_mmHg
static
const AreaPerTimePressureUnit biogears::AreaPerTimePressureUnit::cm2_Per_s_mmHg
static
const AreaPerTimePressureUnit biogears::AreaPerTimePressureUnit::m2_Per_min_mmHg
static
const AreaPerTimePressureUnit biogears::AreaPerTimePressureUnit::m2_Per_s_mmHg
static