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

Public Member Functions

 ExpandConstraintRowsLoop (int *destConstraintBatchIds, const int *srcConstraintBatchIds, const btBatchedConstraintInfo *conInfos, int numConstraintRows)
 
void forLoop (int iBegin, int iEnd) const BT_OVERRIDE
 
- Public Member Functions inherited from btIParallelForBody
virtual ~btIParallelForBody ()
 

Public Attributes

int * m_destConstraintBatchIds
 
const int * m_srcConstraintBatchIds
 
const btBatchedConstraintInfom_conInfos
 
int m_numConstraintRows
 

Detailed Description

Definition at line 318 of file btBatchedConstraints.cpp.

Constructor & Destructor Documentation

ExpandConstraintRowsLoop::ExpandConstraintRowsLoop ( int *  destConstraintBatchIds,
const int *  srcConstraintBatchIds,
const btBatchedConstraintInfo conInfos,
int  numConstraintRows 
)
inline

Definition at line 325 of file btBatchedConstraints.cpp.

Member Function Documentation

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

Implements btIParallelForBody.

Definition at line 332 of file btBatchedConstraints.cpp.

Member Data Documentation

const btBatchedConstraintInfo* ExpandConstraintRowsLoop::m_conInfos

Definition at line 322 of file btBatchedConstraints.cpp.

int* ExpandConstraintRowsLoop::m_destConstraintBatchIds

Definition at line 320 of file btBatchedConstraints.cpp.

int ExpandConstraintRowsLoop::m_numConstraintRows

Definition at line 323 of file btBatchedConstraints.cpp.

const int* ExpandConstraintRowsLoop::m_srcConstraintBatchIds

Definition at line 321 of file btBatchedConstraints.cpp.


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