|
Blender V4.3
|
Inherits btIParallelForBody.
Public Member Functions | |
| ReadSolverConstraintsLoop (btBatchedConstraintInfo *outConInfos, btConstraintArray *constraints) | |
| void | forLoop (int iBegin, int iEnd) const BT_OVERRIDE |
Public Member Functions inherited from btIParallelForBody | |
| virtual | ~btIParallelForBody () |
Public Attributes | |
| btBatchedConstraintInfo * | m_outConInfos |
| btConstraintArray * | m_constraints |
Definition at line 210 of file btBatchedConstraints.cpp.
|
inline |
Definition at line 215 of file btBatchedConstraints.cpp.
References constraints, m_constraints, and m_outConInfos.
Implements btIParallelForBody.
Definition at line 220 of file btBatchedConstraints.cpp.
References btAlignedObjectArray< T >::at(), btBatchedConstraintInfo::bodyIds, btSolverConstraint, btBatchedConstraintInfo::constraintIndex, m_constraints, m_outConInfos, and btBatchedConstraintInfo::numConstraintRows.
| btConstraintArray* ReadSolverConstraintsLoop::m_constraints |
Definition at line 213 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and ReadSolverConstraintsLoop().
| btBatchedConstraintInfo* ReadSolverConstraintsLoop::m_outConInfos |
Definition at line 212 of file btBatchedConstraints.cpp.
Referenced by forLoop(), and ReadSolverConstraintsLoop().