#include <btGhostObject.h>
Public Member Functions | |
| virtual void | addOverlappingObjectInternal (btBroadphaseProxy *otherProxy, btBroadphaseProxy *thisProxy=0) |
| this method is mainly for expert/internal use only. | |
| btPairCachingGhostObject () | |
| btHashedOverlappingPairCache * | getOverlappingPairCache () |
| virtual void | removeOverlappingObjectInternal (btBroadphaseProxy *otherProxy, btDispatcher *dispatcher, btBroadphaseProxy *thisProxy=0) |
| virtual | ~btPairCachingGhostObject () |
Private Attributes | |
| btHashedOverlappingPairCache * | m_hashPairCache |
Definition at line 99 of file btGhostObject.h.
| virtual btPairCachingGhostObject::~btPairCachingGhostObject | ( | ) | [virtual] |
| virtual void btPairCachingGhostObject::addOverlappingObjectInternal | ( | btBroadphaseProxy * | otherProxy, |
| btBroadphaseProxy * | thisProxy = 0 |
||
| ) | [virtual] |
this method is mainly for expert/internal use only.
Definition at line 114 of file btGhostObject.h.
| virtual void btPairCachingGhostObject::removeOverlappingObjectInternal | ( | btBroadphaseProxy * | otherProxy, |
| btDispatcher * | dispatcher, | ||
| btBroadphaseProxy * | thisProxy = 0 |
||
| ) | [virtual] |
Definition at line 101 of file btGhostObject.h.