22 #ifndef _SPHERESHAPE_HH_
23 #define _SPHERESHAPE_HH_
48 public:
virtual void Init();
52 public:
virtual void SetRadius(
double _radius);
56 public:
double GetRadius()
const;
64 public:
virtual void FillMsg(msgs::Geometry &_msg);
68 public:
virtual void ProcessMsg(
const msgs::Geometry &_msg);
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
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
Sphere collision shape.
Definition: SphereShape.hh:38