The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject. More...
#include <btGhostObject.h>
Public Member Functions | |
virtual btBroadphasePair * | addOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1) |
btGhostPairCallback () | |
virtual void * | removeOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1, btDispatcher *dispatcher) |
virtual void | removeOverlappingPairsContainingProxy (btBroadphaseProxy *, btDispatcher *) |
virtual | ~btGhostPairCallback () |
The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.
Definition at line 124 of file btGhostObject.h.
btGhostPairCallback::btGhostPairCallback | ( | ) | [inline] |
Definition at line 128 of file btGhostObject.h.
virtual btGhostPairCallback::~btGhostPairCallback | ( | ) | [inline, virtual] |
Definition at line 132 of file btGhostObject.h.
virtual btBroadphasePair* btGhostPairCallback::addOverlappingPair | ( | btBroadphaseProxy * | proxy0, |
btBroadphaseProxy * | proxy1 | ||
) | [inline, virtual] |
Implements btOverlappingPairCallback.
Definition at line 137 of file btGhostObject.h.
virtual void* btGhostPairCallback::removeOverlappingPair | ( | btBroadphaseProxy * | proxy0, |
btBroadphaseProxy * | proxy1, | ||
btDispatcher * | dispatcher | ||
) | [inline, virtual] |
Implements btOverlappingPairCallback.
Definition at line 150 of file btGhostObject.h.
virtual void btGhostPairCallback::removeOverlappingPairsContainingProxy | ( | btBroadphaseProxy * | , |
btDispatcher * | |||
) | [inline, virtual] |
Implements btOverlappingPairCallback.
Definition at line 163 of file btGhostObject.h.