The btOverlappingPairCache provides an interface for overlapping pair management (add, remove, storage), used by the btBroadphaseInterface broadphases.
More...
#include <btOverlappingPairCache.h>
Detailed Description
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.
Constructor & Destructor Documentation
| virtual btOverlappingPairCache::~btOverlappingPairCache |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| 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: