![]() |
Blender V2.61 - r43446
|
#include "btOverlappingPairCache.h"#include "btDispatcher.h"#include "btCollisionAlgorithm.h"#include "LinearMath/btAabbUtil2.h"#include <stdio.h>Go to the source code of this file.
Variables | |
| int | gOverlappingPairs = 0 |
| btSapBroadphaseArray m_sapBroadphases; | |
| int | gRemovePairs = 0 |
| int | gAddedPairs = 0 |
| int | gFindPairs = 0 |
| int gAddedPairs = 0 |
Definition at line 29 of file btOverlappingPairCache.cpp.
Referenced by btHashedOverlappingPairCache::addOverlappingPair(), and btSortedOverlappingPairCache::addOverlappingPair().
| int gFindPairs = 0 |
Definition at line 30 of file btOverlappingPairCache.cpp.
Referenced by btHashedOverlappingPairCache::findPair().
| int gOverlappingPairs = 0 |
btSapBroadphaseArray m_sapBroadphases;
btOverlappingPairCache* m_overlappingPairs;
Definition at line 26 of file btOverlappingPairCache.cpp.
Referenced by btSortedOverlappingPairCache::addOverlappingPair(), btMultiSapBroadphase::calculateOverlappingPairs(), btSimpleBroadphase::calculateOverlappingPairs(), btSortedOverlappingPairCache::processAllOverlappingPairs(), btHashedOverlappingPairCache::processAllOverlappingPairs(), and btSortedOverlappingPairCache::removeOverlappingPair().
| int gRemovePairs = 0 |
Definition at line 28 of file btOverlappingPairCache.cpp.
Referenced by btSortedOverlappingPairCache::cleanOverlappingPair(), and btHashedOverlappingPairCache::removeOverlappingPair().