Enroute Flight Navigation
A navigation app for VFR pilots
Units::Density Class Reference

Convenience class for density computations. More...

#include <Density.h>

Public Member Functions

Q_INVOKABLE bool isFinite () const
 Checks if the Density is valid.
 
Q_INVOKABLE std::partial_ordering operator<=> (const Units::Density &rhs) const =default
 Comparison.
 
Q_INVOKABLE double toKgPerCubeMeter () const
 Convert to density to kg per m³degree Kelvin.
 

Static Public Member Functions

static constexpr auto fromKgPerCubeMeter (double densityInKgPerCubeMeter) -> Density
 Constructs a density.
 

Detailed Description

Convenience class for density computations.

This extremely simple class allows computation with Densitys, without the need to worry about units. On construction, the Density is set to NaN.

Definition at line 35 of file Density.h.

Member Function Documentation

◆ fromKgPerCubeMeter()

static constexpr auto Units::Density::fromKgPerCubeMeter ( double densityInKgPerCubeMeter) -> Density
inlinestaticconstexpr

Constructs a density.

Parameters
densityInKgPerCubeMeterdensity in kg per m³
Returns
Density

Definition at line 46 of file Density.h.

◆ isFinite()

Q_INVOKABLE bool Units::Density::isFinite ( ) const
inlinenodiscard

Checks if the Density is valid.

Returns
True is the volume is a finite number

Definition at line 58 of file Density.h.

◆ operator<=>()

Q_INVOKABLE std::partial_ordering Units::Density::operator<=> ( const Units::Density & rhs) const
nodiscarddefault

Comparison.

Parameters
rhsRight hand side of the comparison
Returns
Result of the comparison

◆ toKgPerCubeMeter()

Q_INVOKABLE double Units::Density::toKgPerCubeMeter ( ) const
inlinenodiscard

Convert to density to kg per m³degree Kelvin.

Returns
Density in kg per m³

Definition at line 75 of file Density.h.


The documentation for this class was generated from the following file: