17 #ifndef _PHYSICSTYPES_HH_
18 #define _PHYSICSTYPES_HH_
23 #include <boost/shared_ptr.hpp>
43 class JointController;
200 #ifndef GZ_COLLIDE_BITS
205 #define GZ_ALL_COLLIDE 0x0FFFFFFF
209 #define GZ_NONE_COLLIDE 0x00000000
213 #define GZ_FIXED_COLLIDE 0x00000001
217 #define GZ_SENSOR_COLLIDE 0x00000002
221 #define GZ_GHOST_COLLIDE 0x10000000
std::vector< JointPtr > Joint_V
Definition: PhysicsTypes.hh:174
boost::shared_ptr< Base > BasePtr
Definition: PhysicsTypes.hh:66
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:82
boost::shared_ptr< Shape > ShapePtr
Definition: PhysicsTypes.hh:110
std::map< std::string, JointState > JointState_M
Definition: PhysicsTypes.hh:198
boost::shared_ptr< Inertial > InertialPtr
Definition: PhysicsTypes.hh:126
std::vector< LinkPtr > Link_V
Definition: PhysicsTypes.hh:182
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:94
boost::shared_ptr< JointController > JointControllerPtr
Definition: PhysicsTypes.hh:102
boost::shared_ptr< MultiRayShape > MultiRayShapePtr
Definition: PhysicsTypes.hh:122
std::vector< JointControllerPtr > JointController_V
Definition: PhysicsTypes.hh:178
boost::shared_ptr< PhysicsEngine > PhysicsEnginePtr
Definition: PhysicsTypes.hh:106
std::map< std::string, ModelState > ModelState_M
Definition: PhysicsTypes.hh:190
std::vector< ActorPtr > Actor_V
Definition: PhysicsTypes.hh:170
boost::shared_ptr< Contact > ContactPtr
Definition: PhysicsTypes.hh:70
boost::shared_ptr< Entity > EntityPtr
Definition: PhysicsTypes.hh:74
Used to render a strip of road.
boost::shared_ptr< SurfaceParams > SurfaceParamsPtr
Definition: PhysicsTypes.hh:134
boost::shared_ptr< SphereShape > SphereShapePtr
Definition: PhysicsTypes.hh:146
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:78
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:98
boost::shared_ptr< Actor > ActorPtr
Definition: PhysicsTypes.hh:86
std::map< std::string, LinkState > LinkState_M
Definition: PhysicsTypes.hh:194
boost::shared_ptr< HeightmapShape > HeightmapShapePtr
Definition: PhysicsTypes.hh:118
std::vector< CollisionPtr > Collision_V
Definition: PhysicsTypes.hh:186
std::vector< ModelPtr > Model_V
Definition: PhysicsTypes.hh:166
boost::shared_ptr< Gripper > GripperPtr
Definition: PhysicsTypes.hh:158
boost::shared_ptr< MeshShape > MeshShapePtr
Definition: PhysicsTypes.hh:150
boost::shared_ptr< BoxShape > BoxShapePtr
Definition: PhysicsTypes.hh:138
boost::shared_ptr< PolylineShape > PolylineShapePtr
Definition: PhysicsTypes.hh:154
boost::shared_ptr< CylinderShape > CylinderShapePtr
Definition: PhysicsTypes.hh:142
std::vector< BasePtr > Base_V
Definition: PhysicsTypes.hh:162
boost::shared_ptr< Link > LinkPtr
Definition: PhysicsTypes.hh:90
boost::shared_ptr< RayShape > RayShapePtr
Definition: PhysicsTypes.hh:114
boost::shared_ptr< Road > RoadPtr
Definition: PhysicsTypes.hh:130