Blender V5.0
btGhostPairCallback Class Reference

The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject. More...

#include <btGhostObject.h>

Inherits btOverlappingPairCallback.

Public Member Functions

 btGhostPairCallback ()
virtual ~btGhostPairCallback ()
virtual btBroadphasePairaddOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1)
virtual void * removeOverlappingPair (btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1, btDispatcher *dispatcher)
virtual void removeOverlappingPairsContainingProxy (btBroadphaseProxy *, btDispatcher *)
Public Member Functions inherited from btOverlappingPairCallback
virtual ~btOverlappingPairCallback ()

Additional Inherited Members

Protected Member Functions inherited from btOverlappingPairCallback
 btOverlappingPairCallback ()

Detailed Description

The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.

Definition at line 117 of file btGhostObject.h.

Constructor & Destructor Documentation

◆ btGhostPairCallback()

btGhostPairCallback::btGhostPairCallback ( )
inline

Definition at line 120 of file btGhostObject.h.

◆ ~btGhostPairCallback()

virtual btGhostPairCallback::~btGhostPairCallback ( )
inlinevirtual

Definition at line 124 of file btGhostObject.h.

Member Function Documentation

◆ addOverlappingPair()

virtual btBroadphasePair * btGhostPairCallback::addOverlappingPair ( btBroadphaseProxy * proxy0,
btBroadphaseProxy * proxy1 )
inlinevirtual

◆ removeOverlappingPair()

virtual void * btGhostPairCallback::removeOverlappingPair ( btBroadphaseProxy * proxy0,
btBroadphaseProxy * proxy1,
btDispatcher * dispatcher )
inlinevirtual

Implements btOverlappingPairCallback.

Definition at line 141 of file btGhostObject.h.

References btBroadphaseProxy, btCollisionObject, and btGhostObject().

◆ removeOverlappingPairsContainingProxy()

virtual void btGhostPairCallback::removeOverlappingPairsContainingProxy ( btBroadphaseProxy * ,
btDispatcher *  )
inlinevirtual

Implements btOverlappingPairCallback.

Definition at line 154 of file btGhostObject.h.

References btAssert, and btBroadphaseProxy.


The documentation for this class was generated from the following file: