47 public:
virtual ~
Shape();
50 public:
virtual void Init() = 0;
54 public:
virtual void SetScale(
const math::Vector3 &_scale) = 0;
62 public:
virtual void FillMsg(msgs::Geometry &_msg) = 0;
66 public:
virtual void ProcessMsg(
const msgs::Geometry &_msg) = 0;
CollisionPtr collisionParent
This shape's collision parent.
Definition: Shape.hh:69
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
Base class for all shapes.
Definition: Shape.hh:40
default namespace for gazebo
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:94
Base class for most physics classes.
Definition: Base.hh:74
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
math::Vector3 scale
This shape's scale;.
Definition: Shape.hh:72
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48