#include <SEScalarMassPerVolume.h>

Inherits CCompoundUnit.

Public Member Functions

 MassPerVolumeUnit (const std::string &u)
 
virtual ~MassPerVolumeUnit ()
 
 MassPerVolumeUnit (const MassPerVolumeUnit &)=delete
 
MassPerVolumeUnitoperator= (const MassPerVolumeUnit &)=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 MassPerVolumeUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const MassPerVolumeUnit ug_Per_mL
 
static const MassPerVolumeUnit mg_Per_m3
 
static const MassPerVolumeUnit kg_Per_m3
 
static const MassPerVolumeUnit ug_Per_L
 
static const MassPerVolumeUnit g_Per_dL
 
static const MassPerVolumeUnit g_Per_L
 
static const MassPerVolumeUnit g_Per_mL
 
static const MassPerVolumeUnit g_Per_cm3
 
static const MassPerVolumeUnit g_Per_m3
 
static const MassPerVolumeUnit mg_Per_mL
 
static const MassPerVolumeUnit mg_Per_L
 
static const MassPerVolumeUnit mg_Per_dL
 
static const MassPerVolumeUnit kg_Per_mL
 
static const MassPerVolumeUnit kg_Per_L
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MassPerVolumeUnit() [1/2]

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

◆ ~MassPerVolumeUnit()

virtual MassPerVolumeUnit::~MassPerVolumeUnit ( )
inlinevirtual

◆ MassPerVolumeUnit() [2/2]

MassPerVolumeUnit::MassPerVolumeUnit ( const MassPerVolumeUnit )
delete

Member Function Documentation

◆ GetCompoundUnit()

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

◆ IsValidUnit()

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

◆ operator=()

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

Member Data Documentation

◆ g_Per_cm3

const MassPerVolumeUnit MassPerVolumeUnit::g_Per_cm3
static

◆ g_Per_dL

const MassPerVolumeUnit MassPerVolumeUnit::g_Per_dL
static

◆ g_Per_L

const MassPerVolumeUnit MassPerVolumeUnit::g_Per_L
static

◆ g_Per_m3

const MassPerVolumeUnit MassPerVolumeUnit::g_Per_m3
static

◆ g_Per_mL

const MassPerVolumeUnit MassPerVolumeUnit::g_Per_mL
static

◆ kg_Per_L

const MassPerVolumeUnit MassPerVolumeUnit::kg_Per_L
static

◆ kg_Per_m3

const MassPerVolumeUnit MassPerVolumeUnit::kg_Per_m3
static

◆ kg_Per_mL

const MassPerVolumeUnit MassPerVolumeUnit::kg_Per_mL
static

◆ mg_Per_dL

const MassPerVolumeUnit MassPerVolumeUnit::mg_Per_dL
static

◆ mg_Per_L

const MassPerVolumeUnit MassPerVolumeUnit::mg_Per_L
static

◆ mg_Per_m3

const MassPerVolumeUnit MassPerVolumeUnit::mg_Per_m3
static

◆ mg_Per_mL

const MassPerVolumeUnit MassPerVolumeUnit::mg_Per_mL
static

◆ ug_Per_L

const MassPerVolumeUnit MassPerVolumeUnit::ug_Per_L
static

◆ ug_Per_mL

const MassPerVolumeUnit MassPerVolumeUnit::ug_Per_mL
static

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.