Blender
V3.3
|
Public Member Functions | |
SetupContactConstraintsLoop (btSequentialImpulseConstraintSolverMt *solver, const btBatchedConstraints *bc, const btContactSolverInfo &infoGlobal) | |
void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
![]() | |
virtual | ~btIParallelForBody () |
Public Attributes | |
btSequentialImpulseConstraintSolverMt * | m_solver |
const btBatchedConstraints * | m_bc |
const btContactSolverInfo * | m_infoGlobal |
Definition at line 246 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 252 of file btSequentialImpulseConstraintSolverMt.cpp.
References infoGlobal, m_bc, m_infoGlobal, and m_solver.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 258 of file btSequentialImpulseConstraintSolverMt.cpp.
References batch, BT_PROFILE, btBatchedConstraints::m_batches, m_bc, btBatchedConstraints::m_constraintIndices, m_infoGlobal, and m_solver.
const btBatchedConstraints* SetupContactConstraintsLoop::m_bc |
Definition at line 249 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and SetupContactConstraintsLoop().
const btContactSolverInfo* SetupContactConstraintsLoop::m_infoGlobal |
Definition at line 250 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and SetupContactConstraintsLoop().
btSequentialImpulseConstraintSolverMt* SetupContactConstraintsLoop::m_solver |
Definition at line 248 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and SetupContactConstraintsLoop().