Public Member Functions
CylinderShape Class Reference

Cylinder collision. More...

#include <CylinderShape.hh>

Inheritance diagram for CylinderShape:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CylinderShape (CollisionPtr parent)
 Constructor.
virtual ~CylinderShape ()
 Destructor.
virtual void Load (sdf::ElementPtr &_sdf)
 Load the cylinder.
void Init ()
 Initialize the cylinder.
void SetRadius (const double &radius)
 Set radius.
void SetLength (const double &length)
 Set length.
double GetRadius () const
 Get radius.
double GetLength () const
 Get length.
virtual void SetSize (const double &radius, const double &length)
 Set the size of the cylinder.
void FillShapeMsg (msgs::Geometry &_msg)
virtual void ProcessMsg (const msgs::Geometry &_msg)

Detailed Description

Cylinder collision.


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