#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"


Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::force |
Classes | |
| 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::Typelist < Newtons, Loki::Typelist < Dyne, Loki::Typelist < KilogramForce, Loki::Typelist< Atomic, Loki::NullType > > > > | 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 VariableVector < QuantityVector< force::Class > > | 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.6