37 #ifndef HPP_FCL_FWD_HH
38 #define HPP_FCL_FWD_HH
40 #include <boost/shared_ptr.hpp>
42 #include <hpp/fcl/config.hh>
46 using boost::shared_ptr;
48 class CollisionObject;
53 typedef shared_ptr <const CollisionGeometry>
A class describing the AABB collision structure, which is a box in 3D space determined by two diagona...
Definition: AABB.h:56
A base class describing the bounding hierarchy of a mesh model or a point cloud model (which is viewe...
Definition: BVH_model.h:64
The geometry for the object for collision or distance computation.
Definition: collision_object.h:66
shared_ptr< const CollisionGeometry > CollisionGeometryConstPtr_t
Definition: fwd.hh:54
shared_ptr< CollisionGeometry > CollisionGeometryPtr_t
Definition: fwd.hh:51
shared_ptr< BVHModelBase > BVHModelPtr_t
Definition: fwd.hh:59
shared_ptr< CollisionObject > CollisionObjectPtr_t
Definition: fwd.hh:48
shared_ptr< const CollisionObject > CollisionObjectConstPtr_t
Definition: fwd.hh:50
Main namespace.
Definition: AABB.h:44