Interface of class SDH::cUnitConverter. More...
#include <vector>#include "simplevector.h"#include "sdhlibrary_settings.h"
Go to the source code of this file.
Classes | |
| class | cUnitConverter |
| Unit conversion class to convert values between physical unit systems. More... | |
Typedefs | |
| typedef double(cUnitConverter::* | pDoubleUnitConverterFunction )(double) const |
| Type of a pointer to a function like 'double cUnitConverter::ToExternal( double )' or 'cUnitConverterToInternal( double )'. | |
Variables | |
| cUnitConverter const | uc_identity |
| Identity converter (internal = external). | |
Interface of class SDH::cUnitConverter.
Definition in file unit_converter.h.
| typedef double(cUnitConverter::* pDoubleUnitConverterFunction)(double) const |
Type of a pointer to a function like 'double cUnitConverter::ToExternal( double )' or 'cUnitConverterToInternal( double )'.
Definition at line 209 of file unit_converter.h.
| cUnitConverter const uc_identity |
Identity converter (internal = external).