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

Public Member Functions

 SetupContactConstraintsLoop (btSequentialImpulseConstraintSolverMt *solver, const btBatchedConstraints *bc, const btContactSolverInfo &infoGlobal)
 
void forLoop (int iBegin, int iEnd) const BT_OVERRIDE
 
- Public Member Functions inherited from btIParallelForBody
virtual ~btIParallelForBody ()
 

Public Attributes

btSequentialImpulseConstraintSolverMtm_solver
 
const btBatchedConstraintsm_bc
 
const btContactSolverInfom_infoGlobal
 

Detailed Description

Definition at line 259 of file btSequentialImpulseConstraintSolverMt.cpp.

Constructor & Destructor Documentation

SetupContactConstraintsLoop::SetupContactConstraintsLoop ( btSequentialImpulseConstraintSolverMt solver,
const btBatchedConstraints bc,
const btContactSolverInfo infoGlobal 
)
inline

Definition at line 265 of file btSequentialImpulseConstraintSolverMt.cpp.

Member Function Documentation

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

Implements btIParallelForBody.

Definition at line 271 of file btSequentialImpulseConstraintSolverMt.cpp.

Member Data Documentation

const btBatchedConstraints* SetupContactConstraintsLoop::m_bc

Definition at line 262 of file btSequentialImpulseConstraintSolverMt.cpp.

const btContactSolverInfo* SetupContactConstraintsLoop::m_infoGlobal

Definition at line 263 of file btSequentialImpulseConstraintSolverMt.cpp.

btSequentialImpulseConstraintSolverMt* SetupContactConstraintsLoop::m_solver

Definition at line 261 of file btSequentialImpulseConstraintSolverMt.cpp.


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