#include <SEScalarInversePressure.h>

Inherits CCompoundUnit.

Public Member Functions

 InversePressureUnit (const std::string &u)
 
virtual ~InversePressureUnit ()
 
 InversePressureUnit (const InversePressureUnit &)=delete
 
InversePressureUnitoperator= (const InversePressureUnit &)=delete
 
- Public Member Functions inherited from CCompoundUnit
 CCompoundUnit ()
 
 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 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 std::string &unitString)
 
std::string GetString () const
 
std::ostream & PrintSelf (std::ostream &output) const
 

Static Public Member Functions

static bool IsValidUnit (const std::string &unit)
 
static const InversePressureUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const InversePressureUnit Inverse_Pa
 
static const InversePressureUnit Inverse_mmHg
 
static const InversePressureUnit Inverse_cmH2O
 
static const InversePressureUnit Inverse_atm
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ InversePressureUnit() [1/2]

InversePressureUnit::InversePressureUnit ( const std::string &  u)
inline

◆ ~InversePressureUnit()

virtual InversePressureUnit::~InversePressureUnit ( )
inlinevirtual

◆ InversePressureUnit() [2/2]

InversePressureUnit::InversePressureUnit ( const InversePressureUnit )
delete

Member Function Documentation

◆ GetCompoundUnit()

const InversePressureUnit & InversePressureUnit::GetCompoundUnit ( const std::string &  unit)
static

◆ IsValidUnit()

bool InversePressureUnit::IsValidUnit ( const std::string &  unit)
static

◆ operator=()

InversePressureUnit & InversePressureUnit::operator= ( const InversePressureUnit )
delete

Member Data Documentation

◆ Inverse_atm

const InversePressureUnit InversePressureUnit::Inverse_atm
static

◆ Inverse_cmH2O

const InversePressureUnit InversePressureUnit::Inverse_cmH2O
static

◆ Inverse_mmHg

const InversePressureUnit InversePressureUnit::Inverse_mmHg
static

◆ Inverse_Pa

const InversePressureUnit InversePressureUnit::Inverse_Pa
static

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.