#include <Dimension.h>
Public Types | |
| typedef Dimension< A0, A1, A2, A3, A4, A5, A6 > | Res |
| resulting Dimension | |
Private Types | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RL_N, RL_D > >::RET | A0 |
| invert first Rational (length) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RM_N, RM_D > >::RET | A1 |
| invert second Rational (mass) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RT_N, RT_D > >::RET | A2 |
| invert third Rational (mass) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RE_N, RE_D > >::RET | A3 |
| invert fourth Rational (electric current) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RTE_N, RTE_D > >::RET | A4 |
| invert fifth Rational (temperature) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RA_N, RA_D > >::RET | A5 |
| invert sixth Rational (amount of substance) of Dimension | |
| typedef BSUtilities::RationalNeg< BSUtilities::Rational< RLU_N, RLU_D > >::RET | A6 |
| invert seventh Rational (luminous intensity) of Dimension | |
this compile time function inverts the Rationals in the present Dimension;
Definition at line 357 of file Dimension.h.
|
|||||
|
invert first Rational (length) of Dimension
Definition at line 362 of file Dimension.h. |
|
|||||
|
invert second Rational (mass) of Dimension
Definition at line 366 of file Dimension.h. |
|
|||||
|
invert third Rational (mass) of Dimension
Definition at line 370 of file Dimension.h. |
|
|||||
|
invert fourth Rational (electric current) of Dimension
Definition at line 374 of file Dimension.h. |
|
|||||
|
invert fifth Rational (temperature) of Dimension
Definition at line 378 of file Dimension.h. |
|
|||||
|
invert sixth Rational (amount of substance) of Dimension
Definition at line 382 of file Dimension.h. |
|
|||||
|
invert seventh Rational (luminous intensity) of Dimension
Definition at line 386 of file Dimension.h. |
|
|||||
|
resulting Dimension return the result in the form of a Dimension<> Definition at line 392 of file Dimension.h. |
1.3.6