![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
RotationUnit model the different values that can be taken by the unit field of a rotation. More...
#include <RotationUnit.h>
Inherits Unit.
Static Public Member Functions | |
| static RotationUnit & | DEG () |
| degrees More... | |
| static RotationUnit & | RAD () |
| radians More... | |
Private Member Functions | |
| RotationUnit (std::string n) | |
Additional Inherited Members | |
Public Member Functions inherited from Unit | |
| std::string | getUnitName () |
| virtual | ~Unit ()=default |
Protected Attributes inherited from Unit | |
| std::string | unitString |
RotationUnit model the different values that can be taken by the unit field of a rotation.
|
inlineprivate |
References Unit::unitString.
|
static |
degrees
Referenced by Rotation::Rotation(), and Loads::xmlRead().
|
static |
radians
Referenced by Loads::xmlRead().
1.8.13