Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
biogears::PressureTimePerVolumeAreaUnit Class Reference
#include <SEScalarPressureTimePerVolumeArea.h>
Inheritance diagram for biogears::PressureTimePerVolumeAreaUnit:

Public Member Functions | |
| PressureTimePerVolumeAreaUnit (const char *u) | |
| PressureTimePerVolumeAreaUnit (const std::string &u) | |
| virtual | ~PressureTimePerVolumeAreaUnit ()=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 CUnitDimension * | GetDimension () const |
| const double & | GetBigness () const |
| double | GetBias () const |
| CCompoundUnit & | operator= (const CCompoundUnit &rhs) |
| CCompoundUnit & | operator*= (const CCompoundUnit &rhs) |
| CCompoundUnit & | operator/= (const CCompoundUnit &rhs) |
| CCompoundUnit | operator* (const CCompoundUnit &rhs) const |
| CCompoundUnit | operator/ (const CCompoundUnit &rhs) const |
| CCompoundUnit & | Raise (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 () |
| CCompoundUnitElement & | AddElement (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 PressureTimePerVolumeAreaUnit & | GetCompoundUnit (const char *unit) |
| static const PressureTimePerVolumeAreaUnit & | GetCompoundUnit (const std::string &unit) |
Static Public Attributes | |
| static const PressureTimePerVolumeAreaUnit | mmHg_min_Per_mL_m2 |
| static const PressureTimePerVolumeAreaUnit | mmHg_s_Per_mL_m2 |
| static const PressureTimePerVolumeAreaUnit | dyn_s_Per_cm5_m2 |
Additional Inherited Members | |
Protected Member Functions inherited from biogears::CCompoundUnit | |
| void | BuildDimension () const |
| void | ComputeBigness () const |
Constructor & Destructor Documentation
| biogears::PressureTimePerVolumeAreaUnit::PressureTimePerVolumeAreaUnit | ( | const char * | u | ) |
| biogears::PressureTimePerVolumeAreaUnit::PressureTimePerVolumeAreaUnit | ( | const std::string & | u | ) |
|
virtualdefault |
Member Function Documentation
|
static |
|
static |
|
static |
|
static |
Member Data Documentation
|
static |
|
static |
|
static |


Public Member Functions inherited from