bioformats
5.1.6
|
Temperature units of measurement. More...
#include <ome/common/config.h>
#include <ome/common/units/types.h>
#include <boost/units/base_units/si/kelvin.hpp>
#include <boost/units/base_units/temperature/celsius.hpp>
#include <boost/units/base_units/temperature/fahrenheit.hpp>
#include <boost/units/unit.hpp>
#include <boost/units/quantity.hpp>
#include <boost/units/systems/si.hpp>
Go to the source code of this file.
Classes | |
struct | ome::common::units::rankine_base_unit |
Base unit for temperature in Rankine. More... | |
struct | boost::units::base_unit_info< ome::common::units::rankine_base_unit > |
Unit information for Rankine. More... | |
Namespaces | |
ome | |
Open Microscopy Environment C++ implementation. | |
ome::common | |
OME compatibility functions and classes. | |
Functions | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (kelvin, kelvin_unit) | |
Numeric constant for kelvin. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (kelvins, kelvin_unit) | |
Numeric constant for kelvin. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (celsius, celsius_unit) | |
Numeric constant for Celsius. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (fahrenheit, fahrenheit_unit) | |
Numeric constant for Fahrenheit. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (rankine, rankine_unit) | |
Numeric constant for Rankine. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (kelvin_absolute, kelvin_absolute_unit) | |
Numeric constant for absolute kelvin. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (kelvins_absolute, kelvin_absolute_unit) | |
Numeric constant for absolute kelvin. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (celsius_absolute, celsius_absolute_unit) | |
Numeric constant for absolute Celsius. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (fahrenheit_absolute, fahrenheit_absolute_unit) | |
Numeric constant for absolute Fahrenheit. | |
ome::common::units::BOOST_UNITS_STATIC_CONSTANT (rankine_absolute, rankine_absolute_unit) | |
Numeric constant for absolute Rankine. | |
BOOST_UNITS_DEFINE_CONVERSION_FACTOR (ome::common::units::rankine_base_unit, boost::units::si::kelvin_base_unit, double, 5.0/9.0) | |
Conversion factor for Rankine to kelvin. | |
BOOST_UNITS_DEFINE_CONVERSION_OFFSET (ome::common::units::rankine_base_unit, boost::units::si::kelvin_base_unit, double, 0.0) | |
Conversion offset for Rankine to kelvin. | |
BOOST_UNITS_DEFAULT_CONVERSION (ome::common::units::rankine_base_unit, boost::units::si::kelvin_base_unit) | |
Default conversion for Rankine is to SI temperature units (kelvin). | |
Temperature units of measurement.
This header contains unit definition types, unit constants and measured quantity types for SI and other standard temperature units of measurement.