| SugLength ()
The class constructor
|
void | convertToSpecifiedUnits (unsigned short unitType)
Converts value to the new unit type
|
unsigned short | getUnitType ()
Returns the unit type
|
SugRealType | getValue ()
Returns the value
|
char* | getValueAsString ()
Returns the value as a string (unused)
|
SugRealType | getValueInSpecifiedUnits ()
Returns the value in the specified units
|
void | newValueSpecifiedUnits (unsigned short unitType, SugRealType valueInSpecifiedUnits)
Creates a new value with a given unit type
|
| ~SugLength ()
The class destructor
|