#include <CGenericPotentialField.h>
Inheritance diagram for cGenericPotentialField:

Public Member Functions | |
| cGenericPotentialField () | |
| Constructor of cGenericPotentialField. | |
| virtual | ~cGenericPotentialField () |
| Destructor of cGenericPotentialField. | |
| virtual cVector3d | computeForces (const cVector3d &a_probePosition) |
| Compute interaction forces between a probe and this object, descending through child objects. | |
Protected Member Functions | |
| virtual cVector3d | computeLocalForce (const cVector3d &a_localProbePosition) |
| Compute the interaction force for this object in its local frame. | |
Protected Attributes | |
| cVector3d | m_globalForce |
| Force. | |
Compute interaction forces between a probe and this object, descending through child objects.
Compute interaction forces between a probe and this object, descending through child objects
| a_probePosition | Position of the probe in my parent's coordinate frame |
Reimplemented from cGenericObject.
1.5.2