Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
UpdateConstraintBatchIdsForMergesLoop Struct Reference
Inheritance diagram for UpdateConstraintBatchIdsForMergesLoop:
Inheritance graph
[legend]
Collaboration diagram for UpdateConstraintBatchIdsForMergesLoop:
Collaboration graph
[legend]

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 btBatchInfom_batches
 
int m_numBatches
 

Detailed Description

Definition at line 425 of file btBatchedConstraints.cpp.

Constructor & Destructor Documentation

UpdateConstraintBatchIdsForMergesLoop::UpdateConstraintBatchIdsForMergesLoop ( int *  constraintBatchIds,
const btBatchInfo batches,
int  numBatches 
)
inline

Definition at line 431 of file btBatchedConstraints.cpp.

Member Function Documentation

void UpdateConstraintBatchIdsForMergesLoop::forLoop ( int  iBegin,
int  iEnd 
) const
inlinevirtual

Implements btIParallelForBody.

Definition at line 437 of file btBatchedConstraints.cpp.

Member Data Documentation

const btBatchInfo* UpdateConstraintBatchIdsForMergesLoop::m_batches

Definition at line 428 of file btBatchedConstraints.cpp.

int* UpdateConstraintBatchIdsForMergesLoop::m_constraintBatchIds

Definition at line 427 of file btBatchedConstraints.cpp.

int UpdateConstraintBatchIdsForMergesLoop::m_numBatches

Definition at line 429 of file btBatchedConstraints.cpp.


The documentation for this struct was generated from the following file: