🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::Dimension类 参考

#include <Dimension.hpp>

Public 成员函数

constexpr Dimension () noexcept
 
constexpr Dimension (EDimension dimension) noexcept
 
std::string name () const
 
std::string symbol () const
 
A_CONSTEXPR_CXX14 bool isBase () const noexcept
 
A_CONSTEXPR_CXX14 bool isDerived () const noexcept
 
A_CONSTEXPR_CXX14 bool isUnit () const noexcept
 
A_CONSTEXPR_CXX14 Dimension pow (int n) const noexcept
 
A_CONSTEXPR_CXX14 Dimension invert () const noexcept
 
A_CONSTEXPR_CXX14 Dimension operator* (Dimension other) const noexcept
 
A_CONSTEXPR_CXX14 Dimensionoperator*= (Dimension other) noexcept
 
A_CONSTEXPR_CXX14 Dimension operator/ (Dimension other) const noexcept
 
A_CONSTEXPR_CXX14 Dimensionoperator/= (Dimension other) noexcept
 
A_CONSTEXPR_CXX14 bool operator== (Dimension other) const noexcept
 
A_CONSTEXPR_CXX14 bool operator!= (Dimension other) const noexcept
 
A_CONSTEXPR_CXX14 bool operator== (EDimension other) const noexcept
 
A_CONSTEXPR_CXX14 bool operator!= (EDimension other) const noexcept
 
A_CONSTEXPR_CXX14 operator EDimension () const noexcept
 
A_CONSTEXPR_CXX14 EDimension value () const noexcept
 
A_CONSTEXPR_CXX14 int getMass () const noexcept
 
A_CONSTEXPR_CXX14 int getLength () const noexcept
 
A_CONSTEXPR_CXX14 int getTime () const noexcept
 
A_CONSTEXPR_CXX14 int getCurrent () const noexcept
 
A_CONSTEXPR_CXX14 int getAngle () const noexcept
 
A_CONSTEXPR_CXX14 int getTemperature () const noexcept
 
A_CONSTEXPR_CXX14 int getAmount () const noexcept
 
A_CONSTEXPR_CXX14 int getLuminous () const noexcept
 
A_CONSTEXPR_CXX14 DimensionsetMass (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetLength (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetTime (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetCurrent (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetAngle (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetTemperature (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetAmount (int n) noexcept
 
A_CONSTEXPR_CXX14 DimensionsetLuminous (int n) noexcept
 

静态 Public 成员函数

static constexpr Dimension Unit ()
 
static constexpr Dimension Length ()
 
static constexpr Dimension Mass ()
 
static constexpr Dimension Time ()
 
static constexpr Dimension Current ()
 
static constexpr Dimension Temperature ()
 
static constexpr Dimension Amount ()
 
static constexpr Dimension Luminous ()
 
static constexpr Dimension Angle ()
 
static constexpr Dimension AngVel () noexcept
 
static constexpr Dimension AngularVelocity () noexcept
 
static constexpr Dimension Area () noexcept
 
static constexpr Dimension Volume () noexcept
 
static constexpr Dimension Speed () noexcept
 
static constexpr Dimension Acceleration () noexcept
 
static constexpr Dimension Pressure () noexcept
 
static constexpr Dimension Energy () noexcept
 
static constexpr Dimension Power () noexcept
 
static constexpr Dimension Frequency () noexcept
 
static constexpr Dimension Force () noexcept
 

Protected 属性

EDimension dimension_
 

详细描述

量纲


该类的文档由以下文件生成: