Bullet Collision Detection & Physics Library
|
The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject. More...
#include <btGhostObject.h>
Public Member Functions | |
btGhostPairCallback () | |
virtual | ~btGhostPairCallback () |
virtual btBroadphasePair * | addOverlappingPair (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 () |
The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.
Definition at line 124 of file btGhostObject.h.
|
inline |
Definition at line 128 of file btGhostObject.h.
|
inlinevirtual |
Definition at line 132 of file btGhostObject.h.
|
inlinevirtual |
Implements btOverlappingPairCallback.
Definition at line 137 of file btGhostObject.h.
|
inlinevirtual |
Implements btOverlappingPairCallback.
Definition at line 150 of file btGhostObject.h.
|
inlinevirtual |
Implements btOverlappingPairCallback.
Definition at line 163 of file btGhostObject.h.