31 #ifndef PX_COLLISION_DEFS_H    32 #define PX_COLLISION_DEFS_H    77         virtual PxU8* allocateCacheData(
const PxU32 byteSize) = 0;
 Definition: GuContactBuffer.h:37
 
#define PX_FORCE_INLINE
Definition: PxPreprocessor.h:351
 
PxU8 * mCachedData
Cached data pointer. Allocated via PxCacheAllocator. 
Definition: PxCollisionDefs.h:51
 
virtual ~PxCacheAllocator()
Definition: PxCollisionDefs.h:79
 
Definition: PxCollisionDefs.h:67
 
PxU8 mPairData
Pair data information used and cached internally by some contact gen functions to accelerate performa...
Definition: PxCollisionDefs.h:53
 
PX_FORCE_INLINE PxCache()
Definition: PxCollisionDefs.h:56
 
uint8_t PxU8
Definition: PxSimpleTypes.h:75
 
PX_FORCE_INLINE void reset()
Definition: PxCollisionDefs.h:60
 
PxU16 mCachedSize
The total size of the cached data. 
Definition: PxCollisionDefs.h:52
 
PxU8 mManifoldFlags
Manifold flags used to identify the format the cached data is stored in. 
Definition: PxCollisionDefs.h:54
 
A structure to cache contact information produced by LL contact gen functions. 
Definition: PxCollisionDefs.h:49
 
uint16_t PxU16
Definition: PxSimpleTypes.h:73
 
uint32_t PxU32
Definition: Px.h:48