53       public: 
virtual ~
Shape();
    56       public: 
virtual void Init() = 0;
    60       public: 
virtual void SetScale(
const math::Vector3 &_scale) = 0;
    68       public: 
virtual void FillMsg(msgs::Geometry &_msg) = 0;
    72       public: 
virtual void ProcessMsg(
const msgs::Geometry &_msg) = 0;
    77       public: 
virtual double ComputeVolume() 
const;
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
Base class for all shapes. 
Definition: Shape.hh:46
 
default namespace for gazebo 
 
Base class for most physics classes. 
Definition: Base.hh:81
 
CollisionPtr collisionParent
This shape's collision parent. 
Definition: Shape.hh:80
 
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message. 
 
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:104
 
math::Vector3 scale
This shape's scale;. 
Definition: Shape.hh:83