#include <btOverlappingPairCache.h>
Public Member Functions | |
virtual void | cleanOverlappingPair (btBroadphasePair &pair, btDispatcher *dispatcher)=0 |
virtual void | cleanProxyFromPairs (btBroadphaseProxy *proxy, btDispatcher *dispatcher)=0 |
virtual btBroadphasePair * | findPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1)=0 |
virtual int | getNumOverlappingPairs () const =0 |
virtual btBroadphasePairArray & | getOverlappingPairArray ()=0 |
virtual const btBroadphasePair * | getOverlappingPairArrayPtr () const =0 |
virtual btBroadphasePair * | getOverlappingPairArrayPtr ()=0 |
virtual bool | hasDeferredRemoval ()=0 |
virtual void | processAllOverlappingPairs (btOverlapCallback *, btDispatcher *dispatcher)=0 |
virtual void | setInternalGhostPairCallback (btOverlappingPairCallback *ghostPairCallback)=0 |
virtual void | setOverlapFilterCallback (btOverlapFilterCallback *callback)=0 |
virtual void | sortOverlappingPairs (btDispatcher *dispatcher)=0 |
virtual | ~btOverlappingPairCache () |
The btOverlappingPairCache provides an interface for overlapping pair management (add, remove, storage), used by the btBroadphaseInterface broadphases. The btHashedOverlappingPairCache and btSortedOverlappingPairCache classes are two implementations.
Definition at line 60 of file btOverlappingPairCache.h.
virtual btOverlappingPairCache::~btOverlappingPairCache | ( | ) | [inline, virtual] |
Definition at line 63 of file btOverlappingPairCache.h.
virtual void btOverlappingPairCache::cleanOverlappingPair | ( | btBroadphasePair & | pair, | |
btDispatcher * | dispatcher | |||
) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual void btOverlappingPairCache::cleanProxyFromPairs | ( | btBroadphaseProxy * | proxy, | |
btDispatcher * | dispatcher | |||
) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual btBroadphasePair* btOverlappingPairCache::findPair | ( | btBroadphaseProxy * | proxy0, | |
btBroadphaseProxy * | proxy1 | |||
) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual int btOverlappingPairCache::getNumOverlappingPairs | ( | ) | const [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual btBroadphasePairArray& btOverlappingPairCache::getOverlappingPairArray | ( | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual const btBroadphasePair* btOverlappingPairCache::getOverlappingPairArrayPtr | ( | ) | const [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual btBroadphasePair* btOverlappingPairCache::getOverlappingPairArrayPtr | ( | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual bool btOverlappingPairCache::hasDeferredRemoval | ( | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual void btOverlappingPairCache::processAllOverlappingPairs | ( | btOverlapCallback * | , | |
btDispatcher * | dispatcher | |||
) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual void btOverlappingPairCache::setInternalGhostPairCallback | ( | btOverlappingPairCallback * | ghostPairCallback | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual void btOverlappingPairCache::setOverlapFilterCallback | ( | btOverlapFilterCallback * | callback | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.
virtual void btOverlappingPairCache::sortOverlappingPairs | ( | btDispatcher * | dispatcher | ) | [pure virtual] |
Implemented in btHashedOverlappingPairCache, btSortedOverlappingPairCache, and btNullPairCache.