22 #ifndef _PLANESHAPE_HH_    23 #define _PLANESHAPE_HH_    52       public: 
virtual void Init();
    55       public: 
virtual void CreatePlane();
    83       public: 
void FillMsg(msgs::Geometry &_msg);
    88       public: 
virtual void ProcessMsg(
const msgs::Geometry &_msg);
    91       public: 
virtual double ComputeVolume() 
const;
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
Generic double x, y vector. 
Definition: Vector2d.hh:36
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
Base class for all shapes. 
Definition: Shape.hh:46
 
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message. 
 
Collision for an infinite plane. 
Definition: PlaneShape.hh:42
 
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:104