18 #ifndef _osaODEJoint_h
19 #define _osaODEJoint_h
58 dBodyID GetProximalBody()
const;
59 dBodyID GetDistalBody()
const;
62 dJointID JointID()
const;
65 dJointID FrictionID()
const;
68 int GetType()
const {
return dJointGetType( jointid ); }
75 double GetPosition()
const;
82 double GetVelocity()
const;
85 double GetForceTorque()
const;
92 void SetForceTorque(
double ft );
99 void ApplyForceTorque();
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Definition: osaODEJoint.h:27
Declaration of vctFixedSizeVector.
int GetType() const
Return the ODE joint type.
Definition: osaODEJoint.h:68