|
Blender V4.3
|
Inherits btIParallelForBody.
Public Member Functions | |
| CollectContactManifoldCachedInfoLoop (btSequentialImpulseConstraintSolverMt *solver, btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo *cachedInfoArray, btPersistentManifold **manifoldPtr, 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 |
| btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo * | m_cachedInfoArray |
| btPersistentManifold ** | m_manifoldPtr |
| const btContactSolverInfo * | m_infoGlobal |
Definition at line 430 of file btSequentialImpulseConstraintSolverMt.cpp.
|
inline |
Definition at line 437 of file btSequentialImpulseConstraintSolverMt.cpp.
References infoGlobal, m_cachedInfoArray, m_infoGlobal, m_manifoldPtr, m_solver, and manifoldPtr.
Implements btIParallelForBody.
Definition at line 444 of file btSequentialImpulseConstraintSolverMt.cpp.
References m_cachedInfoArray, m_infoGlobal, m_manifoldPtr, and m_solver.
| btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo* CollectContactManifoldCachedInfoLoop::m_cachedInfoArray |
Definition at line 433 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by CollectContactManifoldCachedInfoLoop(), and forLoop().
| const btContactSolverInfo* CollectContactManifoldCachedInfoLoop::m_infoGlobal |
Definition at line 435 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by CollectContactManifoldCachedInfoLoop(), and forLoop().
| btPersistentManifold** CollectContactManifoldCachedInfoLoop::m_manifoldPtr |
Definition at line 434 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by CollectContactManifoldCachedInfoLoop(), and forLoop().
| btSequentialImpulseConstraintSolverMt* CollectContactManifoldCachedInfoLoop::m_solver |
Definition at line 432 of file btSequentialImpulseConstraintSolverMt.cpp.
Referenced by CollectContactManifoldCachedInfoLoop(), and forLoop().