All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
gazebo::physics::SliderJoint< T > Class Template Reference

A slider joint. More...

#include <SliderJoint.hh>

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

Public Member Functions

 SliderJoint (BasePtr _parent)
 Constructor.
 
virtual ~SliderJoint ()
 Destructor.
 
virtual math::Vector3 GetAnchor (int) const
 Get the anchor.
 
virtual void SetAnchor (int, const math::Vector3 &_anchor)
 Set the anchor.
 

Protected Member Functions

virtual void Load (sdf::ElementPtr _sdf)
 Load a SliderJoint.
 

Protected Attributes

math::Vector3 fakeAnchor
 

Detailed Description

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

A slider joint.

Constructor & Destructor Documentation

template<class T>
gazebo::physics::SliderJoint< T >::SliderJoint ( BasePtr  _parent)
inline

Constructor.

template<class T>
virtual gazebo::physics::SliderJoint< T >::~SliderJoint ( )
inlinevirtual

Destructor.

Member Function Documentation

template<class T>
virtual math::Vector3 gazebo::physics::SliderJoint< T >::GetAnchor ( int  ) const
inlinevirtual

Get the anchor.

template<class T>
virtual void gazebo::physics::SliderJoint< T >::Load ( sdf::ElementPtr  _sdf)
inlineprotectedvirtual
template<class T>
virtual void gazebo::physics::SliderJoint< T >::SetAnchor ( int  ,
const math::Vector3 _anchor 
)
inlinevirtual

Set the anchor.

Member Data Documentation

template<class T>
math::Vector3 gazebo::physics::SliderJoint< T >::fakeAnchor
protected

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