Blender V5.0
WriteBodiesLoop Struct Reference

Inherits btIParallelForBody.

Public Member Functions

 WriteBodiesLoop (btSequentialImpulseConstraintSolverMt *solver, const btContactSolverInfo &infoGlobal)
void forLoop (int iBegin, int iEnd) const BT_OVERRIDE
Public Member Functions inherited from btIParallelForBody
virtual ~btIParallelForBody ()

Public Attributes

btSequentialImpulseConstraintSolverMtm_solver
const btContactSolverInfom_infoGlobal

Detailed Description

Definition at line 1509 of file btSequentialImpulseConstraintSolverMt.cpp.

Constructor & Destructor Documentation

◆ WriteBodiesLoop()

WriteBodiesLoop::WriteBodiesLoop ( btSequentialImpulseConstraintSolverMt * solver,
const btContactSolverInfo & infoGlobal )
inline

Member Function Documentation

◆ forLoop()

void WriteBodiesLoop::forLoop ( int iBegin,
int iEnd ) const
inlinevirtual

Implements btIParallelForBody.

Definition at line 1519 of file btSequentialImpulseConstraintSolverMt.cpp.

References BT_OVERRIDE, m_infoGlobal, and m_solver.

Member Data Documentation

◆ m_infoGlobal

const btContactSolverInfo* WriteBodiesLoop::m_infoGlobal

Definition at line 1512 of file btSequentialImpulseConstraintSolverMt.cpp.

Referenced by forLoop(), and WriteBodiesLoop().

◆ m_solver

btSequentialImpulseConstraintSolverMt* WriteBodiesLoop::m_solver

Definition at line 1511 of file btSequentialImpulseConstraintSolverMt.cpp.

Referenced by forLoop(), and WriteBodiesLoop().


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