|
Blender V4.3
|
Inherits btIParallelForBody.
Public Member Functions | |
| WriteContactPointsLoop (btSequentialImpulseConstraintSolverMt *solver, const btContactSolverInfo &infoGlobal) | |
| void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
Public Member Functions inherited from btIParallelForBody | |
| virtual | ~btIParallelForBody () |
Public Attributes | |
| btSequentialImpulseConstraintSolverMt * | m_solver |
| const btContactSolverInfo * | m_infoGlobal |
Definition at line 1477 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 1482 of file btSequentialImpulseConstraintSolverMt.cpp.
References infoGlobal, m_infoGlobal, and m_solver.
Implements btIParallelForBody.
Definition at line 1487 of file btSequentialImpulseConstraintSolverMt.cpp.
References m_infoGlobal, and m_solver.
| const btContactSolverInfo* WriteContactPointsLoop::m_infoGlobal |
Definition at line 1480 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and WriteContactPointsLoop().
| btSequentialImpulseConstraintSolverMt* WriteContactPointsLoop::m_solver |
Definition at line 1479 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and WriteContactPointsLoop().