|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef PRESSUREUNIT_H
27 #define PRESSUREUNIT_H
57 #endif //PRESSUREUNIT_H
std::string unitString
Definition: Unit.h:51
static PressureUnit & MMHG()
Millimeters of mercure.
Definition: PressureUnit.cpp:35
static PressureUnit & PA()
Pascal.
Definition: PressureUnit.cpp:40
Class that defines the unit of the Load.
Definition: Unit.h:46
PressureUnit(std::string n)
Definition: PressureUnit.h:74
static PressureUnit & KPA()
kiloPascal
Definition: PressureUnit.cpp:30
Class that defines the different units of a Load 'Pressure'.
Definition: PressureUnit.h:40