The btOverlappingPairCache provides an interface for overlapping pair management (add, remove, storage), used by the btBroadphaseInterface broadphases.
More...
#include <btOverlappingPairCache.h>
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 |
( |
| ) |
|
|
inlinevirtual |
virtual int btOverlappingPairCache::getNumOverlappingPairs |
( |
| ) |
const |
|
pure virtual |
virtual btBroadphasePair* btOverlappingPairCache::getOverlappingPairArrayPtr |
( |
| ) |
|
|
pure virtual |
virtual const btBroadphasePair* btOverlappingPairCache::getOverlappingPairArrayPtr |
( |
| ) |
const |
|
pure virtual |
virtual bool btOverlappingPairCache::hasDeferredRemoval |
( |
| ) |
|
|
pure virtual |
virtual void btOverlappingPairCache::sortOverlappingPairs |
( |
btDispatcher * |
dispatcher | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: