Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
Area.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Length.hpp"
#include "Unit/Area.hpp"

Go to the source code of this file.

Classes

class  PhQ::Area< NumericType >
 Surface area or cross-sectional area. Can also represent a scalar component of a vector area or the magnitude of a vector area. Any closed surface has a vector area: it is the surface integral of its surface normal direction. A vector area is an oriented area; it is the three-dimensional Euclidean vector representation of an area; see PhQ::VectorArea. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const Area< NumericType > &left, const Area< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const Area< NumericType > &area)
 
template<typename NumericType >
constexpr Area< NumericType > PhQ::operator* (const NumericType number, const Area< NumericType > &area)