 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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:50
static PressureUnit & MMHG()
Millimeters of mercure.
Definition: PressureUnit.cpp:34
static PressureUnit & PA()
Pascal.
Definition: PressureUnit.cpp:39
Class that defines the unit of the Load.
Definition: Unit.h:45
PressureUnit(std::string n)
Definition: PressureUnit.h:72
static PressureUnit & KPA()
kiloPascal
Definition: PressureUnit.cpp:29
Class that defines the different units of a Load 'Pressure'.
Definition: PressureUnit.h:39