![]() |
Blender V2.61 - r43446
|
#include "btBroadphaseInterface.h"#include "btBroadphaseProxy.h"#include "btOverlappingPairCallback.h"#include "LinearMath/btAlignedObjectArray.h"Go to the source code of this file.
Classes | |
| struct | btOverlapCallback |
| struct | btOverlapFilterCallback |
| class | btOverlappingPairCache |
| class | btHashedOverlappingPairCache |
| Hash-space based Pair Cache, thanks to Erin Catto, Box2D, http://www.box2d.org, and Pierre Terdiman, Codercorner, http://codercorner.com. More... | |
| class | btSortedOverlappingPairCache |
| class | btNullPairCache |
| btNullPairCache skips add/removal of overlapping pairs. Userful for benchmarking and unit testing. More... | |
Typedefs | |
| typedef btAlignedObjectArray < btBroadphasePair > | btBroadphasePairArray |
Variables | |
| int | gRemovePairs |
| int | gAddedPairs |
| int | gFindPairs |
| const int | BT_NULL_PAIR = 0xffffffff |
| typedef btAlignedObjectArray<btBroadphasePair> btBroadphasePairArray |
Definition at line 25 of file btOverlappingPairCache.h.
| const int BT_NULL_PAIR = 0xffffffff |
Definition at line 56 of file btOverlappingPairCache.h.
Referenced by btHashedOverlappingPairCache::findPair(), and btHashedOverlappingPairCache::removeOverlappingPair().
| int gAddedPairs |
Definition at line 29 of file btOverlappingPairCache.cpp.
Referenced by btHashedOverlappingPairCache::addOverlappingPair(), and btSortedOverlappingPairCache::addOverlappingPair().
| int gFindPairs |
Definition at line 30 of file btOverlappingPairCache.cpp.
Referenced by btHashedOverlappingPairCache::findPair().
| int gRemovePairs |
Definition at line 28 of file btOverlappingPairCache.cpp.
Referenced by btSortedOverlappingPairCache::cleanOverlappingPair(), and btHashedOverlappingPairCache::removeOverlappingPair().