step/stepcore
#include <gravitation.h>
Public Member Functions | |
WeightForce (double weightConst=Constants::WeightAccel) | |
void | calcForce (bool calcVariances) |
void | setWeightConst (double weightConst) |
double | weightConst () const |
WeightForceErrors * | weightForceErrors () |
Public Member Functions inherited from StepCore::Item | |
Item (const QString &name=QString()) | |
Item (const Item &item) | |
virtual | ~Item () |
Color | color () const |
void | deleteObjectErrors () |
ItemGroup * | group () const |
ObjectErrors * | objectErrors () |
Item & | operator= (const Item &item) |
void | setColor (Color color) |
virtual void | setGroup (ItemGroup *group) |
virtual void | setWorld (World *world) |
ObjectErrors * | tryGetObjectErrors () const |
World * | world () const |
virtual void | worldItemRemoved (Item *item STEPCORE_UNUSED) |
Public Member Functions inherited from StepCore::Object | |
Object (const QString &name=QString()) | |
virtual | ~Object () |
const QString & | name () const |
void | setName (const QString &name) |
Public Member Functions inherited from StepCore::Force | |
virtual | ~Force () |
Protected Member Functions | |
ObjectErrors * | createObjectErrors () |
Protected Attributes | |
double | _weightConst |
Protected Attributes inherited from StepCore::Object | |
QString | _name |
Detailed Description
Weight force (constant gravitational force).
The force acts between on massive bodies (currently only Particle) and equals:
where:
is Particle::mass
is WeightForce::weightConst
- Todo:
- Add interface for massive bodies, support bodies with distributed mass
Definition at line 145 of file gravitation.h.
Constructor & Destructor Documentation
StepCore::WeightForce::WeightForce | ( | double | weightConst = Constants::WeightAccel | ) |
Constructs WeightForce.
Definition at line 100 of file gravitation.cc.
Member Function Documentation
|
virtual |
Calculate force.
Bodies can be accessed through this->world()->bodies()
Implements StepCore::Force.
Definition at line 107 of file gravitation.cc.
|
inlineprotectedvirtual |
Creates specific ObjectErrors-derived class (to be reimplemented in derived classes)
Reimplemented from StepCore::Item.
Definition at line 165 of file gravitation.h.
|
inline |
Set weight constant.
Definition at line 158 of file gravitation.h.
|
inline |
Get weight constant.
Definition at line 156 of file gravitation.h.
|
inline |
Get (and possibly create) WeightForceErrors object.
Definition at line 161 of file gravitation.h.
Member Data Documentation
|
protected |
Definition at line 167 of file gravitation.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.