| 
    Bullet Collision Detection & Physics Library
    
   | 
 


Public Member Functions | |
| btCompoundLeafCallback (const btCollisionObjectWrapper *compoundObjWrap, const btCollisionObjectWrapper *otherObjWrap, btDispatcher *dispatcher, const btDispatcherInfo &dispatchInfo, btManifoldResult *resultOut, btCollisionAlgorithm **childCollisionAlgorithms, btPersistentManifold *sharedManifold) | |
| void | ProcessChildShape (const btCollisionShape *childShape, int index) | 
| void | Process (const btDbvtNode *leaf) | 
  Public Member Functions inherited from btDbvt::ICollide | |
| DBVT_VIRTUAL void | Process (const btDbvtNode *, const btDbvtNode *) | 
| DBVT_VIRTUAL void | Process (const btDbvtNode *) | 
| DBVT_VIRTUAL void | Process (const btDbvtNode *n, btScalar) | 
| DBVT_VIRTUAL void | Process (const btDbvntNode *, const btDbvntNode *) | 
| DBVT_VIRTUAL bool | Descent (const btDbvtNode *) | 
| DBVT_VIRTUAL bool | AllLeaves (const btDbvtNode *) | 
Definition at line 94 of file btCompoundCollisionAlgorithm.cpp.
      
  | 
  inline | 
Definition at line 105 of file btCompoundCollisionAlgorithm.cpp.
      
  | 
  inline | 
Definition at line 209 of file btCompoundCollisionAlgorithm.cpp.
      
  | 
  inline | 
detect swapping case
Definition at line 110 of file btCompoundCollisionAlgorithm.cpp.
| btCollisionAlgorithm** btCompoundLeafCallback::m_childCollisionAlgorithms | 
Definition at line 102 of file btCompoundCollisionAlgorithm.cpp.
| const btCollisionObjectWrapper* btCompoundLeafCallback::m_compoundColObjWrap | 
Definition at line 97 of file btCompoundCollisionAlgorithm.cpp.
| btDispatcher* btCompoundLeafCallback::m_dispatcher | 
Definition at line 99 of file btCompoundCollisionAlgorithm.cpp.
| const btDispatcherInfo& btCompoundLeafCallback::m_dispatchInfo | 
Definition at line 100 of file btCompoundCollisionAlgorithm.cpp.
| const btCollisionObjectWrapper* btCompoundLeafCallback::m_otherObjWrap | 
Definition at line 98 of file btCompoundCollisionAlgorithm.cpp.
| btManifoldResult* btCompoundLeafCallback::m_resultOut | 
Definition at line 101 of file btCompoundCollisionAlgorithm.cpp.
| btPersistentManifold* btCompoundLeafCallback::m_sharedManifold | 
Definition at line 103 of file btCompoundCollisionAlgorithm.cpp.