|
Blender V4.3
|
Inherits btIParallelForBody.
Public Member Functions | |
| UpdateConstraintBatchIdsForMergesLoop (int *constraintBatchIds, const btBatchInfo *batches, int numBatches) | |
| void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
Public Member Functions inherited from btIParallelForBody | |
| virtual | ~btIParallelForBody () |
Public Attributes | |
| int * | m_constraintBatchIds |
| const btBatchInfo * | m_batches |
| int | m_numBatches |
Definition at line 405 of file btBatchedConstraints.cpp.
|
inline |
Definition at line 411 of file btBatchedConstraints.cpp.
References m_batches, m_constraintBatchIds, and m_numBatches.
Implements btIParallelForBody.
Definition at line 417 of file btBatchedConstraints.cpp.
References BT_PROFILE, m_batches, m_constraintBatchIds, m_numBatches, and updateConstraintBatchIdsForMerges().
| const btBatchInfo* UpdateConstraintBatchIdsForMergesLoop::m_batches |
Definition at line 408 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and UpdateConstraintBatchIdsForMergesLoop().
| int* UpdateConstraintBatchIdsForMergesLoop::m_constraintBatchIds |
Definition at line 407 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and UpdateConstraintBatchIdsForMergesLoop().
| int UpdateConstraintBatchIdsForMergesLoop::m_numBatches |
Definition at line 409 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and UpdateConstraintBatchIdsForMergesLoop().