Computer Assisted Medical Intervention Tool Kit  version 5.2
PressureUnit Class Reference

Class that defines the different units of a Load 'Pressure'. More...

#include <PressureUnit.h>

+ Inheritance diagram for PressureUnit:
+ Collaboration diagram for PressureUnit:

Static Public Member Functions

static PressureUnitKPA ()
 kiloPascal More...
 
static PressureUnitMMHG ()
 Millimeters of mercure. More...
 
static PressureUnitPA ()
 Pascal. More...
 

Additional Inherited Members

- Public Member Functions inherited from Unit
std::string getUnitName ()
 
virtual ~Unit ()=default
 
- Protected Attributes inherited from Unit
std::string unitString
 

Detailed Description

Class that defines the different units of a Load 'Pressure'.

Note
This class implements the type-safe design pattern.

Member Function Documentation

◆ KPA()

PressureUnit & PressureUnit::KPA ( )
static

kiloPascal

Referenced by Loads::xmlRead().

+ Here is the caller graph for this function:

◆ MMHG()

PressureUnit & PressureUnit::MMHG ( )
static

Millimeters of mercure.

Referenced by Loads::xmlRead().

+ Here is the caller graph for this function:

◆ PA()

PressureUnit & PressureUnit::PA ( )
static

Pascal.

Referenced by Pressure::Pressure(), and Loads::xmlRead().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: