Computer Assited Medical Intervention Tool Kit
version 4.1
|
Class that defines the different units of a Load 'Pressure'. More...
#include <PressureUnit.h>
Inherits Unit.
Static Public Member Functions | |
static PressureUnit & | KPA () |
kiloPascal More... | |
static PressureUnit & | MMHG () |
Millimeters of mercure. More... | |
static PressureUnit & | PA () |
Pascal. More... | |
Private Member Functions | |
PressureUnit (std::string n) | |
Additional Inherited Members | |
Public Member Functions inherited from Unit | |
std::string | getUnitName () |
virtual | ~Unit ()=default |
Protected Attributes inherited from Unit | |
std::string | unitString |
Class that defines the different units of a Load 'Pressure'.
|
inlineprivate |
References Unit::unitString.
|
static |
kiloPascal
Referenced by Loads::xmlRead().
|
static |
Millimeters of mercure.
Referenced by Loads::xmlRead().
|
static |
Pascal.
Referenced by Pressure::Pressure(), and Loads::xmlRead().