22 #ifndef _ODESLIDERJOINT_HH_    23 #define _ODESLIDERJOINT_HH_    48       public: 
virtual void Load(sdf::ElementPtr _sdf);
    51       public: 
virtual math::Vector3 GetAnchor(
unsigned int _index) 
const;
    54       public: 
virtual void SetAnchor(
unsigned int _index,
    58       public: 
virtual math::Vector3 GetGlobalAxis(
unsigned int _index) 
const;
    61       public: 
virtual void SetAxis(
unsigned int _index,
    65       public: 
virtual math::Angle GetAngleImpl(
unsigned int _index) 
const;
    68       public: 
virtual double GetVelocity(
unsigned int _index) 
const;
    71       public: 
virtual void SetVelocity(
unsigned int _index, 
double _angle);
    74       public: 
virtual double GetParam(
unsigned int _parameter) 
const;
    77       public: 
virtual void SetParam(
unsigned int _parameter, 
double _value);
    80       protected: 
virtual void SetForceImpl(
unsigned int _index, 
double _effort);
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
A slider joint. 
Definition: SliderJoint.hh:38
 
An angle and related functions. 
Definition: Angle.hh:53
 
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:72
 
A slider joint. 
Definition: ODESliderJoint.hh:37