icedb
version 0.5.1
Snow particle scattering database API
|
Provides convenient runtime conversion functions for converting different units. More...
Namespaces | |
implementations | |
Classes | |
class | conv_spec |
Perform interconversions between frequency, wavelength and wavenumber (GHz, Hz, m, cm, um, cm^-1, m^-1) More... | |
class | converter |
Base conversion class. More... | |
Typedefs | |
typedef std::shared_ptr< const implementations::Unithandler > | Unithandler_p |
typedef std::shared_ptr< const converter > | converter_p |
Provides convenient runtime conversion functions for converting different units.
This includes interconversions between prefixes and conversions to different unit types. Complex unit systems may also be introduced, allowing for calculation of conversion factors in equations.
typedef std::shared_ptr<const converter> icedb::units::converter_p |
typedef std::shared_ptr<const implementations::Unithandler> icedb::units::Unithandler_p |