Bullet Collision Detection & Physics Library
|
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 484 of file btBatchedConstraints.cpp.
|
inline |
Definition at line 492 of file btBatchedConstraints.cpp.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 500 of file btBatchedConstraints.cpp.
btBatchedConstraints* WriteOutConstraintIndicesLoop::m_batchedConstraints |
Definition at line 486 of file btBatchedConstraints.cpp.
const int* WriteOutConstraintIndicesLoop::m_constraintBatchIds |
Definition at line 487 of file btBatchedConstraints.cpp.
int* WriteOutConstraintIndicesLoop::m_constraintIdPerBatch |
Definition at line 489 of file btBatchedConstraints.cpp.
int WriteOutConstraintIndicesLoop::m_maxNumBatchesPerPhase |
Definition at line 490 of file btBatchedConstraints.cpp.
int WriteOutConstraintIndicesLoop::m_numConstraints |
Definition at line 488 of file btBatchedConstraints.cpp.