Blender
V3.3
|
Public Member Functions | |
CollectContactManifoldCachedInfoLoop (btSequentialImpulseConstraintSolverMt *solver, btSequentialImpulseConstraintSolverMt::btContactManifoldCachedInfo *cachedInfoArray, btPersistentManifold **manifoldPtr, const btContactSolverInfo &infoGlobal) | |
void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
![]() | |
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.
|
inlinevirtual |
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().