Go to the documentation of this file.
18 #ifndef _GAZEBO_DARTCYLINDERSHAPE_HH_
19 #define _GAZEBO_DARTCYLINDERSHAPE_HH_
30 class DARTCylinderShapePrivate;
49 public:
void SetSize(
double _radius,
double _length);
53 private: DARTCylinderShapePrivate *dataPtr;
void Init()
Initialize the cylinder.
Forward declarations for the common classes.
Definition: Animation.hh:26
Cylinder collision.
Definition: CylinderShape.hh:32
DART cylinder shape.
Definition: DARTCylinderShape.hh:36
DARTCylinderShape(DARTCollisionPtr _parent)
Constructor.
void SetSize(double _radius, double _length)
Set the size of the cylinder.
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
virtual ~DARTCylinderShape()
Destructor.
boost::shared_ptr< DARTCollision > DARTCollisionPtr
Definition: DARTTypes.hh:49