Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | Private Member Functions | List of all members
ForceUnit Class Reference

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

#include <ForceUnit.h>

+ Inheritance diagram for ForceUnit:

Static Public Member Functions

static ForceUnitKN ()
 KiloNewtons. More...
 
static ForceUnitN ()
 Newtons. More...
 
static ForceUnitPN ()
 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 ()
 
- Protected Attributes inherited from Unit
std::string unitString
 

Detailed Description

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

Note
This class implements the type-safe design pattern.

Constructor & Destructor Documentation

ForceUnit::ForceUnit ( std::string  n)
inlineprivate

private constructor

References Unit::unitString.

Member Function Documentation

static ForceUnit& ForceUnit::KN ( )
static

KiloNewtons.

static ForceUnit& ForceUnit::N ( )
static

Newtons.

static ForceUnit& ForceUnit::PN ( )
static

picoNewtons


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