Blender V5.0
BroadphaseAabbTester Struct Reference

Inherits btDbvt::ICollide.

Public Member Functions

 BroadphaseAabbTester (btBroadphaseAabbCallback &orgCallback)
void Process (const btDbvtNode *leaf)
Public Member Functions inherited from btDbvt::ICollide
DBVT_VIRTUAL void Process (const btDbvtNode *, const btDbvtNode *)
DBVT_VIRTUAL void Process (const btDbvtNode *)
DBVT_VIRTUAL void Process (const btDbvtNode *n, btScalar)
DBVT_VIRTUAL void Process (const btDbvntNode *, const btDbvntNode *)
DBVT_VIRTUAL bool Descent (const btDbvtNode *)
DBVT_VIRTUAL bool AllLeaves (const btDbvtNode *)

Public Attributes

btBroadphaseAabbCallbackm_aabbCallback

Detailed Description

Definition at line 286 of file btDbvtBroadphase.cpp.

Constructor & Destructor Documentation

◆ BroadphaseAabbTester()

BroadphaseAabbTester::BroadphaseAabbTester ( btBroadphaseAabbCallback & orgCallback)
inline

Definition at line 289 of file btDbvtBroadphase.cpp.

References m_aabbCallback.

Member Function Documentation

◆ Process()

void BroadphaseAabbTester::Process ( const btDbvtNode * leaf)
inline

Definition at line 293 of file btDbvtBroadphase.cpp.

References btDbvtNode::data, and m_aabbCallback.

Member Data Documentation

◆ m_aabbCallback

btBroadphaseAabbCallback& BroadphaseAabbTester::m_aabbCallback

Definition at line 288 of file btDbvtBroadphase.cpp.

Referenced by BroadphaseAabbTester(), and Process().


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