![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Class that defines the different units of a Load 'Force'. More...
#include <ForceUnit.h>
Inherits Unit.
Static Public Member Functions | |
| static ForceUnit & | KN () |
| KiloNewtons. More... | |
| static ForceUnit & | N () |
| Newtons. More... | |
| static ForceUnit & | PN () |
| picoNewtons More... | |
Private Member Functions | |
| ForceUnit (std::string n) | |
| private constructor More... | |
Additional Inherited Members | |
Public Member Functions inherited from Unit | |
| std::string | getUnitName () |
| virtual | ~Unit ()=default |
Protected Attributes inherited from Unit | |
| std::string | unitString |
Class that defines the different units of a Load 'Force'.
|
inlineprivate |
private constructor
References Unit::unitString.
|
static |
KiloNewtons.
Referenced by Loads::xmlRead().
|
static |
Newtons.
Referenced by Force::Force(), and Loads::xmlRead().
|
static |
picoNewtons
Referenced by Loads::xmlRead().
1.8.13