|
Blender V4.3
|
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 | |
| btSequentialImpulseConstraintSolverMt * | m_solver |
| const btContactSolverInfo * | m_infoGlobal |
Definition at line 1509 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 1514 of file btSequentialImpulseConstraintSolverMt.cpp.
References infoGlobal, m_infoGlobal, and m_solver.
Implements btIParallelForBody.
Definition at line 1519 of file btSequentialImpulseConstraintSolverMt.cpp.
References m_infoGlobal, and m_solver.
| const btContactSolverInfo* WriteBodiesLoop::m_infoGlobal |
Definition at line 1512 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and WriteBodiesLoop().
| btSequentialImpulseConstraintSolverMt* WriteBodiesLoop::m_solver |
Definition at line 1511 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by forLoop(), and WriteBodiesLoop().