|
Blender V5.0
|
Inherits btIParallelForBody.
Public Member Functions | |
| AllocContactConstraintsLoop (btSequentialImpulseConstraintSolverMt *solver, btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo *cachedInfoArray) | |
| void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
| Public Member Functions inherited from btIParallelForBody | |
| virtual | ~btIParallelForBody () |
Public Attributes | |
| btSequentialImpulseConstraintSolverMt * | m_solver |
| const btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo * | m_cachedInfoArray |
Definition at line 497 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 502 of file btSequentialImpulseConstraintSolverMt.cpp.
References btSequentialImpulseConstraintSolverMt(), m_cachedInfoArray, and m_solver.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 507 of file btSequentialImpulseConstraintSolverMt.cpp.
References BT_OVERRIDE, m_cachedInfoArray, and m_solver.
| const btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo* AllocContactConstraintsLoop::m_cachedInfoArray |
Definition at line 500 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by AllocContactConstraintsLoop(), and forLoop().
| btSequentialImpulseConstraintSolverMt* AllocContactConstraintsLoop::m_solver |
Definition at line 499 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by AllocContactConstraintsLoop(), and forLoop().