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

Public Attributes

btAlignedObjectArray< TrbState > m_mystates
 
btAlignedObjectArray
< PfxSolverBody > 
m_mysolverbodies
 
btAlignedObjectArray
< PfxBroadphasePair > 
m_mypairs
 
btAlignedObjectArray
< PfxConstraintPair > 
m_jointPairs
 
btAlignedObjectArray
< PfxConstraintRow > 
m_constraintRows
 

Detailed Description

Definition at line 1128 of file btParallelConstraintSolver.cpp.

Member Data Documentation

btAlignedObjectArray<PfxConstraintRow> btParallelSolverMemoryCache::m_constraintRows

Definition at line 1134 of file btParallelConstraintSolver.cpp.

btAlignedObjectArray<PfxConstraintPair> btParallelSolverMemoryCache::m_jointPairs

Definition at line 1133 of file btParallelConstraintSolver.cpp.

btAlignedObjectArray<PfxBroadphasePair> btParallelSolverMemoryCache::m_mypairs

Definition at line 1132 of file btParallelConstraintSolver.cpp.

btAlignedObjectArray<PfxSolverBody> btParallelSolverMemoryCache::m_mysolverbodies

Definition at line 1131 of file btParallelConstraintSolver.cpp.

btAlignedObjectArray<TrbState> btParallelSolverMemoryCache::m_mystates

Definition at line 1130 of file btParallelConstraintSolver.cpp.


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