Bullet Collision Detection & Physics Library
Public Member Functions | List of all members
btGhostPairCallback Class Reference

The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject. More...

#include <btGhostObject.h>

Inheritance diagram for btGhostPairCallback:
Inheritance graph
[legend]
Collaboration diagram for btGhostPairCallback:
Collaboration graph
[legend]

Public Member Functions

 btGhostPairCallback ()
 
virtual ~btGhostPairCallback ()
 
virtual btBroadphasePairaddOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1)
 
virtual void * removeOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1, btDispatcher *dispatcher)
 
virtual void removeOverlappingPairsContainingProxy (btBroadphaseProxy *, btDispatcher *)
 
- Public Member Functions inherited from btOverlappingPairCallback
virtual ~btOverlappingPairCallback ()
 

Additional Inherited Members

- Protected Member Functions inherited from btOverlappingPairCallback
 btOverlappingPairCallback ()
 

Detailed Description

The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.

Definition at line 124 of file btGhostObject.h.

Constructor & Destructor Documentation

btGhostPairCallback::btGhostPairCallback ( )
inline

Definition at line 128 of file btGhostObject.h.

virtual btGhostPairCallback::~btGhostPairCallback ( )
inlinevirtual

Definition at line 132 of file btGhostObject.h.

Member Function Documentation

virtual btBroadphasePair* btGhostPairCallback::addOverlappingPair ( btBroadphaseProxy proxy0,
btBroadphaseProxy proxy1 
)
inlinevirtual

Implements btOverlappingPairCallback.

Definition at line 137 of file btGhostObject.h.

virtual void* btGhostPairCallback::removeOverlappingPair ( btBroadphaseProxy proxy0,
btBroadphaseProxy proxy1,
btDispatcher dispatcher 
)
inlinevirtual

Implements btOverlappingPairCallback.

Definition at line 150 of file btGhostObject.h.

virtual void btGhostPairCallback::removeOverlappingPairsContainingProxy ( btBroadphaseProxy ,
btDispatcher  
)
inlinevirtual

Implements btOverlappingPairCallback.

Definition at line 163 of file btGhostObject.h.


The documentation for this class was generated from the following file: