![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
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 | |
![]() | |
std::string | getUnitName () |
virtual | ~Unit () |
![]() | |
std::string | unitString |
Class that defines the different units of a Load 'Pressure'.
|
inlineprivate |
References Unit::unitString.
|
static |
kiloPascal
Referenced by LoadsEditor::unitChanged(), and Loads::xmlRead().
|
static |
Millimeters of mercure.
Referenced by LoadsEditor::unitChanged(), and Loads::xmlRead().
|
static |
Pascal.
Referenced by Pressure::Pressure(), LoadsEditor::unitChanged(), and Loads::xmlRead().