This class implements a haptic viscosity effect. More...
#include <CEffectViscosity.h>

Public Member Functions | |
| cEffectViscosity (cGenericObject *a_parent) | |
| Constructor of CEffectViscosity. More... | |
| virtual | ~cEffectViscosity () |
| Destructor of CEffectViscosity. More... | |
| bool | computeForce (const cVector3d &a_toolPos, const cVector3d &a_toolVel, const unsigned int &a_toolID, cVector3d &a_reactionForce) |
| This method computes the resulting force effect. More... | |
Public Member Functions inherited from chai3d::cGenericEffect | |
| cGenericEffect (cGenericObject *a_parent) | |
| Constructor of CGenericEffect. More... | |
| virtual | ~cGenericEffect () |
| Destructor of CGenericEffect. More... | |
| void | setEnabled (bool a_enabled) |
| This method enables or disables this effect. More... | |
| bool | getEnabled () const |
| This method returns true if this effect is enables, false otherwise. More... | |
Additional Inherited Members | |
Public Attributes inherited from chai3d::cGenericEffect | |
| cGenericObject * | m_parent |
| Object to which the force effects applies. More... | |
Protected Member Functions inherited from chai3d::cGenericEffect | |
| virtual void | initialize () |
| This method initializes the haptic effect model. More... | |
Protected Attributes inherited from chai3d::cGenericEffect | |
| bool | m_enabled |
| Is this effect currently enabled? More... | |
This class models the reaction force of a tool moving through a viscous environment.
| chai3d::cEffectViscosity::cEffectViscosity | ( | cGenericObject * | a_parent | ) |
Constructor of cEffectViscosity.
| a_parent | Parent object. |
|
inlinevirtual |
|
virtual |
This method computes the resulting force effect.
| a_toolPos | Position of tool. |
| a_toolVel | Velocity of tool. |
| a_toolID | Identification number of the force algorithm stored in the tool. |
| a_reactionForce | Return value for the computed force. |
Reimplemented from chai3d::cGenericEffect.