Blender
V3.3
|
Public Member Functions | |
WriteOutConstraintIndicesLoop (btBatchedConstraints *bc, const int *constraintBatchIds, int numConstraints, int *constraintIdPerBatch, int maxNumBatchesPerPhase) | |
void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
![]() | |
virtual | ~btIParallelForBody () |
Public Attributes | |
btBatchedConstraints * | m_batchedConstraints |
const int * | m_constraintBatchIds |
int | m_numConstraints |
int * | m_constraintIdPerBatch |
int | m_maxNumBatchesPerPhase |
Definition at line 459 of file btBatchedConstraints.cpp.
|
inline |
Definition at line 467 of file btBatchedConstraints.cpp.
References m_batchedConstraints, m_constraintBatchIds, m_constraintIdPerBatch, m_maxNumBatchesPerPhase, m_numConstraints, and numConstraints.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 475 of file btBatchedConstraints.cpp.
References BT_PROFILE, m_batchedConstraints, m_constraintBatchIds, m_constraintIdPerBatch, m_maxNumBatchesPerPhase, m_numConstraints, and writeOutConstraintIndicesForRangeOfBatches().
btBatchedConstraints* WriteOutConstraintIndicesLoop::m_batchedConstraints |
Definition at line 461 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and WriteOutConstraintIndicesLoop().
const int* WriteOutConstraintIndicesLoop::m_constraintBatchIds |
Definition at line 462 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and WriteOutConstraintIndicesLoop().
int* WriteOutConstraintIndicesLoop::m_constraintIdPerBatch |
Definition at line 464 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and WriteOutConstraintIndicesLoop().
int WriteOutConstraintIndicesLoop::m_maxNumBatchesPerPhase |
Definition at line 465 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and WriteOutConstraintIndicesLoop().
int WriteOutConstraintIndicesLoop::m_numConstraints |
Definition at line 463 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and WriteOutConstraintIndicesLoop().