#include <Quantity.h>
Inheritance diagram for ogs::core::details::Quantity:


Public Types | |
| enum | Aspect { AGE, HEIGHT, WEIGHT } |
| An enumerated type that represents the aspect of a quantity. | |
Public Member Functions | |
| Quantity (Aspect aspect, float value) | |
| Create a new quantity. | |
| Aspect | getAspect () const |
| Determine the aspect of this quantity. | |
| float | getValue () const |
| Determine the value of this quantity. | |
| void | setValue (float value) |
| Change the value of this quantity. | |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3