Public Member Functions | Protected Member Functions | List of all members
gazebo::physics::BallJoint< T > Class Template Reference

Base class for a ball joint. More...

#include <physics/physics.hh>

Inheritance diagram for gazebo::physics::BallJoint< T >:
Inheritance graph
[legend]

Public Member Functions

 BallJoint (BasePtr _parent)
 Constructor. More...
 
virtual ~BallJoint ()
 Destructor. More...
 
virtual unsigned int GetAngleCount () const
 
void Load (sdf::ElementPtr _sdf)
 Template to ::Load the BallJoint. More...
 

Protected Member Functions

virtual void Init ()
 Initialize joint. More...
 

Detailed Description

template<class T>
class gazebo::physics::BallJoint< T >

Base class for a ball joint.

Each physics engine should implement this class.

Constructor & Destructor Documentation

template<class T>
gazebo::physics::BallJoint< T >::BallJoint ( BasePtr  _parent)
inlineexplicit

Constructor.

Parameters
[in]_parentPointer to the parent link.
template<class T>
virtual gazebo::physics::BallJoint< T >::~BallJoint ( )
inlinevirtual

Destructor.

Member Function Documentation

template<class T>
virtual unsigned int gazebo::physics::BallJoint< T >::GetAngleCount ( ) const
inlinevirtual
template<class T>
virtual void gazebo::physics::BallJoint< T >::Init ( )
inlineprotectedvirtual

Initialize joint.

Reimplemented in gazebo::physics::BulletBallJoint, and gazebo::physics::DARTBallJoint.

template<class T>
void gazebo::physics::BallJoint< T >::Load ( sdf::ElementPtr  _sdf)
inline

Template to ::Load the BallJoint.

Parameters
[in]_sdfSDF to load the joint from.

The documentation for this class was generated from the following file: