Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Loading...
Searching...
No Matches
PhQ::VectorArea< NumericType > Member List

This is the complete list of members for PhQ::VectorArea< NumericType >, including all inherited members.

Angle(const VectorArea< NumericType > &vector_area) constPhQ::VectorArea< NumericType >inline
Create(const NumericType x, const NumericType y, const NumericType z)PhQ::VectorArea< NumericType >inlinestatic
Create(const std::array< NumericType, 3 > &x_y_z)PhQ::VectorArea< NumericType >inlinestatic
Create(const Vector< NumericType > &value)PhQ::VectorArea< NumericType >inlinestatic
DimensionalVector()=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
DimensionalVector(const PhQ::Vector< NumericType > &value)PhQ::DimensionalVector< UnitType, NumericType >inlineexplicitprotected
DimensionalVector(const PhQ::Vector< NumericType > &value, const UnitType unit)PhQ::DimensionalVector< UnitType, NumericType >inlineprotected
DimensionalVector(const DimensionalVector< UnitType, NumericType > &other)=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
DimensionalVector(const DimensionalVector< UnitType, OtherNumericType > &other)PhQ::DimensionalVector< UnitType, NumericType >inlineexplicitprotected
DimensionalVector(DimensionalVector< UnitType, NumericType > &&other) noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
Dimensions()PhQ::DimensionalVector< UnitType, NumericType >inlinestatic
Direction() constPhQ::VectorArea< NumericType >inline
JSON() constPhQ::DimensionalVector< UnitType, NumericType >inline
JSON(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
Magnitude() constPhQ::VectorArea< NumericType >inline
MutableValue() noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
operator*(const NumericType number) constPhQ::VectorArea< NumericType >inline
operator*=(const NumericType number) noexceptPhQ::VectorArea< NumericType >inline
operator+(const VectorArea< NumericType > &vector_area) constPhQ::VectorArea< NumericType >inline
operator+=(const VectorArea< NumericType > &vector_area) noexceptPhQ::VectorArea< NumericType >inline
operator-(const VectorArea< NumericType > &vector_area) constPhQ::VectorArea< NumericType >inline
operator-=(const VectorArea< NumericType > &vector_area) noexceptPhQ::VectorArea< NumericType >inline
operator/(const NumericType number) constPhQ::VectorArea< NumericType >inline
operator/=(const NumericType number) noexceptPhQ::VectorArea< NumericType >inline
operator=(const VectorArea< NumericType > &other)=defaultPhQ::VectorArea< NumericType >
operator=(const VectorArea< OtherNumericType > &other)PhQ::VectorArea< NumericType >inline
operator=(VectorArea< NumericType > &&other) noexcept=defaultPhQ::VectorArea< NumericType >
PhQ::DimensionalVector::operator=(const DimensionalVector< UnitType, NumericType > &other)=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
PhQ::DimensionalVector::operator=(const DimensionalVector< UnitType, OtherNumericType > &other)PhQ::DimensionalVector< UnitType, NumericType >inlineprotected
PhQ::DimensionalVector::operator=(DimensionalVector< UnitType, NumericType > &&other) noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
Print() constPhQ::DimensionalVector< UnitType, NumericType >inline
Print(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
SetValue(const PhQ::Vector< NumericType > &value) noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
StaticValue() constPhQ::DimensionalVector< UnitType, NumericType >inline
Unit()PhQ::DimensionalVector< UnitType, NumericType >inlinestatic
valuePhQ::DimensionalVector< UnitType, NumericType >protected
Value() const noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
Value(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
VectorArea()=defaultPhQ::VectorArea< NumericType >
VectorArea(const Vector< NumericType > &value, const Unit::Area unit)PhQ::VectorArea< NumericType >inline
VectorArea(const Area< NumericType > &x, const Area< NumericType > &y, const Area< NumericType > &z)PhQ::VectorArea< NumericType >inline
VectorArea(const Area< NumericType > &area, const Direction< NumericType > &direction)PhQ::VectorArea< NumericType >inline
VectorArea(const VectorArea< NumericType > &other)=defaultPhQ::VectorArea< NumericType >
VectorArea(const VectorArea< OtherNumericType > &other)PhQ::VectorArea< NumericType >inlineexplicit
VectorArea(VectorArea< NumericType > &&other) noexcept=defaultPhQ::VectorArea< NumericType >
VectorArea(const Vector< NumericType > &value)PhQ::VectorArea< NumericType >inlineexplicitprivate
x() const noexceptPhQ::VectorArea< NumericType >inline
XML() constPhQ::DimensionalVector< UnitType, NumericType >inline
XML(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
y() const noexceptPhQ::VectorArea< NumericType >inline
YAML() constPhQ::DimensionalVector< UnitType, NumericType >inline
YAML(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
z() const noexceptPhQ::VectorArea< NumericType >inline
Zero()PhQ::VectorArea< NumericType >inlinestatic
~DimensionalVector() noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
~VectorArea() noexcept=defaultPhQ::VectorArea< NumericType >