|
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 |
Public Member Functions inherited from btIParallelForBody | |
| virtual | ~btIParallelForBody () |
| virtual void | forLoop (int iBegin, int iEnd) const =0 |
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.
|
inlinevirtual |
Implements btIParallelForBody.
Definition at line 475 of file btBatchedConstraints.cpp.
| btBatchedConstraints* WriteOutConstraintIndicesLoop::m_batchedConstraints |
Definition at line 461 of file btBatchedConstraints.cpp.
| const int* WriteOutConstraintIndicesLoop::m_constraintBatchIds |
Definition at line 462 of file btBatchedConstraints.cpp.
| int* WriteOutConstraintIndicesLoop::m_constraintIdPerBatch |
Definition at line 464 of file btBatchedConstraints.cpp.
| int WriteOutConstraintIndicesLoop::m_maxNumBatchesPerPhase |
Definition at line 465 of file btBatchedConstraints.cpp.
| int WriteOutConstraintIndicesLoop::m_numConstraints |
Definition at line 463 of file btBatchedConstraints.cpp.