Panda3D
Public Member Functions | Static Public Member Functions | Friends
OdeSliderJoint Class Reference
Inheritance diagram for OdeSliderJoint:
OdeJoint TypedObject MemoryBase

List of all members.

Public Member Functions

 OdeSliderJoint (OdeWorld &world)
 OdeSliderJoint (OdeWorld &world, OdeJointGroup &joint_group)
void add_force (dReal force)
virtual TypeHandle force_init_type ()
LVecBase3f get_axis () const
dReal get_param_bounce () const
dReal get_param_CFM () const
dReal get_param_f_max () const
dReal get_param_fudge_factor () const
dReal get_param_hi_stop () const
dReal get_param_lo_stop () const
dReal get_param_stop_CFM () const
dReal get_param_stop_ERP () const
dReal get_param_vel () const
dReal get_position () const
dReal get_position_rate () const
virtual TypeHandle get_type () const
void set_axis (dReal x, dReal y, dReal z)
void set_axis (const LVecBase3f &axis)
void set_axis_delta (dReal x, dReal y, dReal z, dReal ax, dReal ay, dReal az)
void set_axis_delta (const LVecBase3f &axis, const LVecBase3f &vec)
void set_param_bounce (dReal val)
void set_param_CFM (dReal val)
void set_param_f_max (dReal val)
void set_param_fudge_factor (dReal val)
void set_param_hi_stop (dReal val)
void set_param_lo_stop (dReal val)
void set_param_stop_CFM (dReal val)
void set_param_stop_ERP (dReal val)
void set_param_vel (dReal val)

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()
 This function is declared non-inline to work around a compiler bug in g++ 2.96.

Friends

class OdeJoint

Detailed Description

Definition at line 15 of file odeSliderJoint.h.


Member Function Documentation

static void OdeSliderJoint::init_type ( ) [inline, static]

This function is declared non-inline to work around a compiler bug in g++ 2.96.

Making it inline seems to cause problems in the optimizer.

Reimplemented from OdeJoint.

Definition at line 60 of file odeSliderJoint.h.

References OdeJoint::init_type().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations