#include <SEScalarPressurePerVolume.h>

Inherits CCompoundUnit.

Public Member Functions

 PressurePerVolumeUnit (const std::string &u)
 
virtual ~PressurePerVolumeUnit ()
 
 PressurePerVolumeUnit (const PressurePerVolumeUnit &)=delete
 
PressurePerVolumeUnitoperator= (const PressurePerVolumeUnit &)=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 PressurePerVolumeUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const PressurePerVolumeUnit mmHg_Per_mL
 
static const PressurePerVolumeUnit cmH2O_Per_mL
 
static const PressurePerVolumeUnit cmH2O_Per_L
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ PressurePerVolumeUnit() [1/2]

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

◆ ~PressurePerVolumeUnit()

virtual PressurePerVolumeUnit::~PressurePerVolumeUnit ( )
inlinevirtual

◆ PressurePerVolumeUnit() [2/2]

PressurePerVolumeUnit::PressurePerVolumeUnit ( const PressurePerVolumeUnit )
delete

Member Function Documentation

◆ GetCompoundUnit()

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

◆ IsValidUnit()

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

◆ operator=()

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

Member Data Documentation

◆ cmH2O_Per_L

const PressurePerVolumeUnit PressurePerVolumeUnit::cmH2O_Per_L
static

◆ cmH2O_Per_mL

const PressurePerVolumeUnit PressurePerVolumeUnit::cmH2O_Per_mL
static

◆ mmHg_Per_mL

const PressurePerVolumeUnit PressurePerVolumeUnit::mmHg_Per_mL
static

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.