Blender
V3.3
|
Public Member Functions | |
ExpandConstraintRowsLoop (int *destConstraintBatchIds, const int *srcConstraintBatchIds, const btBatchedConstraintInfo *conInfos, int numConstraintRows) | |
void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
![]() | |
virtual | ~btIParallelForBody () |
Public Attributes | |
int * | m_destConstraintBatchIds |
const int * | m_srcConstraintBatchIds |
const btBatchedConstraintInfo * | m_conInfos |
int | m_numConstraintRows |
Definition at line 303 of file btBatchedConstraints.cpp.
|
inline |
Definition at line 310 of file btBatchedConstraints.cpp.
References m_conInfos, m_destConstraintBatchIds, m_numConstraintRows, and m_srcConstraintBatchIds.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 317 of file btBatchedConstraints.cpp.
References expandConstraintRows(), m_conInfos, m_destConstraintBatchIds, m_numConstraintRows, and m_srcConstraintBatchIds.
const btBatchedConstraintInfo* ExpandConstraintRowsLoop::m_conInfos |
Definition at line 307 of file btBatchedConstraints.cpp.
Referenced by ExpandConstraintRowsLoop(), and forLoop().
int* ExpandConstraintRowsLoop::m_destConstraintBatchIds |
Definition at line 305 of file btBatchedConstraints.cpp.
Referenced by ExpandConstraintRowsLoop(), and forLoop().
int ExpandConstraintRowsLoop::m_numConstraintRows |
Definition at line 308 of file btBatchedConstraints.cpp.
Referenced by ExpandConstraintRowsLoop(), and forLoop().
const int* ExpandConstraintRowsLoop::m_srcConstraintBatchIds |
Definition at line 306 of file btBatchedConstraints.cpp.
Referenced by ExpandConstraintRowsLoop(), and forLoop().