#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::force |
Classes | |
| struct | quantity::Standard< force::Newton, ST > |
| provide information for Newton standardization and exactness More... | |
| struct | quantity::Standard< force::Dyne, ST > |
| provide information for Dyne standardization and exactness More... | |
| struct | quantity::Standard< force::KilogramForce, ST > |
| provide information for KilogramForce standardization and exactness More... | |
| struct | quantity::Standard< force::Atomic, ST > |
| provide information for Atomic standardization and exactness More... | |
| struct | quantity::QuantityTraits< force::Class > |
| the force quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< force::Class, force::DerivedForce > |
Typedefs | |
| typedef unit::Prefixable < Unit, NewtonUnits > | quantity::force::Newtons |
| the Newtons | |
| typedef unit::Prefixed < Newtons > | quantity::force::Newton |
| the Newton | |
| typedef unit::NonPrefixable < Unit, DyneUnit > | quantity::force::Dyne |
| the dyne | |
| typedef unit::NonPrefixable < Unit, KilogramForceUnit > | quantity::force::KilogramForce |
| the kilogram-force | |
| typedef unit::NonPrefixable < Unit, AtomicUnit > | quantity::force::Atomic |
| the atomic force unit | |
| typedef Loki::TL::Append < Newtons::Units, LOKI_TYPELIST_3(Dyne, KilogramForce, Atomic)>::Result | quantity::force::Units |
| list of all available time units | |
| typedef Newton | quantity::force::N |
| typedef Dyne | quantity::force::dyn |
| typedef Quantity< Class > | quantity::force::Quantity |
| typedef Variable < force::Quantity > | quantity::Force |
| the force variable with default storage unit and storage type double | |
| typedef Constant < force::Quantity > | quantity::ForceConstant |
| the force constant with default storage unit and storage type double | |
| typedef QuantityVector < Variable, force::Quantity > | quantity::ForceVector |
| the force variable vector with default storage unit and storage type double | |
For details see Force Quantity and Units
Definition in file Force.h.
1.5.3