Go to the documentation of this file.
17 #ifndef _GAZEBO_BULLETPOLYLINESHAPE_HH_
18 #define _GAZEBO_BULLETPOLYLINESHAPE_HH_
43 public:
virtual void Load(sdf::ElementPtr _sdf);
46 public:
virtual void Init();
BulletPolylineShape(CollisionPtr _parent)
Constructor.
Polyline geometry primitive.
Definition: PolylineShape.hh:33
Forward declarations for the common classes.
Definition: Animation.hh:27
virtual void Init()
Initialize the polyLine.
virtual ~BulletPolylineShape()
Destructor.
Triangle mesh collision helper class.
Definition: BulletMesh.hh:36
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:114
virtual void Load(sdf::ElementPtr _sdf)
Load.
Bullet polyline shape.
Definition: BulletPolylineShape.hh:34