Blender V2.61 - r43446
Public Member Functions | Public Attributes

btCompoundLeafCallback Struct Reference

Inheritance diagram for btCompoundLeafCallback:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 btCompoundLeafCallback (btCollisionObject *compoundObj, btCollisionObject *otherObj, btDispatcher *dispatcher, const btDispatcherInfo &dispatchInfo, btManifoldResult *resultOut, btCollisionAlgorithm **childCollisionAlgorithms, btPersistentManifold *sharedManifold)
void ProcessChildShape (btCollisionShape *childShape, int index)
void Process (const btDbvtNode *leaf)

Public Attributes

btCollisionObject * m_compoundColObj
btCollisionObject * m_otherObj
btDispatcherm_dispatcher
const btDispatcherInfom_dispatchInfo
btManifoldResultm_resultOut
btCollisionAlgorithm ** m_childCollisionAlgorithms
btPersistentManifold * m_sharedManifold

Detailed Description

Definition at line 90 of file btCompoundCollisionAlgorithm.cpp.


Constructor & Destructor Documentation

btCompoundLeafCallback::btCompoundLeafCallback ( btCollisionObject *  compoundObj,
btCollisionObject *  otherObj,
btDispatcher dispatcher,
const btDispatcherInfo dispatchInfo,
btManifoldResult resultOut,
btCollisionAlgorithm **  childCollisionAlgorithms,
btPersistentManifold *  sharedManifold 
) [inline]

Definition at line 106 of file btCompoundCollisionAlgorithm.cpp.


Member Function Documentation

void btCompoundLeafCallback::Process ( const btDbvtNode leaf) [inline]
void btCompoundLeafCallback::ProcessChildShape ( btCollisionShape childShape,
int  index 
) [inline]

Member Data Documentation

Definition at line 100 of file btCompoundCollisionAlgorithm.cpp.

Referenced by ProcessChildShape().

Definition at line 95 of file btCompoundCollisionAlgorithm.cpp.

Referenced by Process(), and ProcessChildShape().

Definition at line 97 of file btCompoundCollisionAlgorithm.cpp.

Referenced by ProcessChildShape().

Definition at line 98 of file btCompoundCollisionAlgorithm.cpp.

Referenced by Process(), and ProcessChildShape().

Definition at line 96 of file btCompoundCollisionAlgorithm.cpp.

Referenced by ProcessChildShape().

Definition at line 99 of file btCompoundCollisionAlgorithm.cpp.

Referenced by ProcessChildShape().

Definition at line 101 of file btCompoundCollisionAlgorithm.cpp.

Referenced by ProcessChildShape().


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