#include <SEScalarVolumePerPressure.h>

Inherits CCompoundUnit.

Public Member Functions

 VolumePerPressureUnit (const std::string &u)
 
virtual ~VolumePerPressureUnit ()
 
 VolumePerPressureUnit (const VolumePerPressureUnit &)=delete
 
VolumePerPressureUnitoperator= (const VolumePerPressureUnit &)=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 VolumePerPressureUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const VolumePerPressureUnit L_Per_Pa
 
static const VolumePerPressureUnit L_Per_cmH2O
 
static const VolumePerPressureUnit mL_Per_cmH2O
 
static const VolumePerPressureUnit m3_Per_Pa
 
static const VolumePerPressureUnit mL_Per_mmHg
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ VolumePerPressureUnit() [1/2]

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

◆ ~VolumePerPressureUnit()

virtual VolumePerPressureUnit::~VolumePerPressureUnit ( )
inlinevirtual

◆ VolumePerPressureUnit() [2/2]

VolumePerPressureUnit::VolumePerPressureUnit ( const VolumePerPressureUnit )
delete

Member Function Documentation

◆ GetCompoundUnit()

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

◆ IsValidUnit()

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

◆ operator=()

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

Member Data Documentation

◆ L_Per_cmH2O

const VolumePerPressureUnit VolumePerPressureUnit::L_Per_cmH2O
static

◆ L_Per_Pa

const VolumePerPressureUnit VolumePerPressureUnit::L_Per_Pa
static

◆ m3_Per_Pa

const VolumePerPressureUnit VolumePerPressureUnit::m3_Per_Pa
static

◆ mL_Per_cmH2O

const VolumePerPressureUnit VolumePerPressureUnit::mL_Per_cmH2O
static

◆ mL_Per_mmHg

const VolumePerPressureUnit VolumePerPressureUnit::mL_Per_mmHg
static

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.