Blender V5.0
WriteJointsLoop Struct Reference

Inherits btIParallelForBody.

Public Member Functions

 WriteJointsLoop (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 1493 of file btSequentialImpulseConstraintSolverMt.cpp.

Constructor & Destructor Documentation

◆ WriteJointsLoop()

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

Member Function Documentation

◆ forLoop()

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

Implements btIParallelForBody.

Definition at line 1503 of file btSequentialImpulseConstraintSolverMt.cpp.

References BT_OVERRIDE, m_infoGlobal, and m_solver.

Member Data Documentation

◆ m_infoGlobal

const btContactSolverInfo* WriteJointsLoop::m_infoGlobal

Definition at line 1496 of file btSequentialImpulseConstraintSolverMt.cpp.

Referenced by forLoop(), and WriteJointsLoop().

◆ m_solver

btSequentialImpulseConstraintSolverMt* WriteJointsLoop::m_solver

Definition at line 1495 of file btSequentialImpulseConstraintSolverMt.cpp.

Referenced by forLoop(), and WriteJointsLoop().


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