17 #ifndef _GAZEBO_DARTBOXSHAPE_HH_
18 #define _GAZEBO_DARTBOXSHAPE_HH_
29 class DARTBoxShapePrivate;
45 public:
virtual void Init();
48 public:
virtual void SetSize(
const ignition::math::Vector3d &_size);
52 private: DARTBoxShapePrivate *dataPtr;
DART wrapper forward declarations and typedefs.
Box geometry primitive.
Definition: BoxShape.hh:34
boost::shared_ptr< DARTCollision > DARTCollisionPtr
Definition: DARTTypes.hh:49
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
DART Box shape.
Definition: DARTBoxShape.hh:35