Computer Assisted Medical Intervention Tool Kit  version 5.2
 
Loading...
Searching...
No Matches
TranslationUnit Class Reference

TranslationUnit model the different values that can be taken by the unit field of a translation. More...

#include <TranslationUnit.h>

+ Inheritance diagram for TranslationUnit:
+ Collaboration diagram for TranslationUnit:

Static Public Member Functions

static TranslationUnitM ()
 meters
 
static TranslationUnitMICRO_M ()
 micro meters
 
static TranslationUnitMM ()
 millimeters
 
static TranslationUnitNM ()
 nano meters
 

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

TranslationUnit model the different values that can be taken by the unit field of a translation.

Note
This class implements the type-safe design pattern.

Member Function Documentation

◆ M()

TranslationUnit & TranslationUnit::M ( )
static

meters

References M().

Referenced by M(), Translation::Translation(), and Loads::xmlRead().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ MICRO_M()

TranslationUnit & TranslationUnit::MICRO_M ( )
static

micro meters

References MICRO_M().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ MM()

TranslationUnit & TranslationUnit::MM ( )
static

millimeters

References MM().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ NM()

TranslationUnit & TranslationUnit::NM ( )
static

nano meters

References NM().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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