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:32
Forward declarations for the common classes.
Definition: Animation.hh:26
virtual void Init()
Initialize the polyLine.
virtual ~BulletPolylineShape()
Destructor.
Triangle mesh collision helper class.
Definition: BulletMesh.hh:35
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:113
virtual void Load(sdf::ElementPtr _sdf)
Load.
Bullet polyline shape.
Definition: BulletPolylineShape.hh:33