namespace for unit types and containers representing radiation values
More...
|
|
typedef unit< std::ratio< 1 >, units::frequency::hertz > | becquerels |
|
typedef becquerels | becquerel |
|
typedef becquerels | Bq |
|
typedef unit_t< becquerel > | becquerel_t |
|
typedef unit_t< gray > | gray_t |
|
typedef unit_t< sievert > | sievert_t |
|
typedef unit_t< curie > | curie_t |
|
typedef unit_t< rutherford > | rutherford_t |
|
typedef unit_t< rad > | rad_t |
|
|
std::ostream & | operator<< (std::ostream &os, const becquerel_t &obj) |
|
std::string | to_string (const becquerel_t &obj) |
|
std::ostream & | operator<< (std::ostream &os, const gray_t &obj) |
|
std::string | to_string (const gray_t &obj) |
|
std::ostream & | operator<< (std::ostream &os, const sievert_t &obj) |
|
std::string | to_string (const sievert_t &obj) |
|
std::ostream & | operator<< (std::ostream &os, const curie_t &obj) |
|
std::string | to_string (const curie_t &obj) |
|
std::ostream & | operator<< (std::ostream &os, const rutherford_t &obj) |
|
std::string | to_string (const rutherford_t &obj) |
|
std::ostream & | operator<< (std::ostream &os, const rad_t &obj) |
|
std::string | to_string (const rad_t &obj) |
namespace for unit types and containers representing radiation values
The SI units for radiation are:
- source activity: becquerel
- absorbed dose: gray
- equivalent dose: sievert
- See also
- See unit_t for more information on unit type containers.