Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Namespaces | Enumerations | Functions
SolidAngle.hpp File Reference
#include <cstddef>
#include <cstdint>
#include <functional>
#include <map>
#include <ostream>
#include <string_view>
#include <unordered_map>
#include "../Base.hpp"
#include "../Dimension/ElectricCurrent.hpp"
#include "../Dimension/Length.hpp"
#include "../Dimension/LuminousIntensity.hpp"
#include "../Dimension/Mass.hpp"
#include "../Dimension/SubstanceAmount.hpp"
#include "../Dimension/Temperature.hpp"
#include "../Dimension/Time.hpp"
#include "../Dimensions.hpp"
#include "../Unit.hpp"
#include "../UnitSystem.hpp"

Go to the source code of this file.

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 
 PhQ::Unit
 Namespace that contains units of measure.
 

Enumerations

enum class  PhQ::Unit::SolidAngle : int8_t { PhQ::Unit::Steradian , PhQ::Unit::SquareDegree , PhQ::Unit::SquareArcminute , PhQ::Unit::SquareArcsecond }
 Solid angle units. Measures the field of view of a portion of the surface of the unit sphere viewed from the center of the unit sphere. Typically measured in steradians (sr), which are square radians. The unit sphere has a total solid angle of 4π steradians. More...
 

Functions

std::ostream & PhQ::operator<< (std::ostream &stream, const Unit::SolidAngle unit)