Blender  V3.3
Public Member Functions | Public Attributes | List of all members
btSimpleBroadphaseProxy Struct Reference

#include <btSimpleBroadphase.h>

Inheritance diagram for btSimpleBroadphaseProxy:

Public Member Functions

 btSimpleBroadphaseProxy ()
 
 btSimpleBroadphaseProxy (const btVector3 &minpt, const btVector3 &maxpt, int shapeType, void *userPtr, int collisionFilterGroup, int collisionFilterMask)
 
SIMD_FORCE_INLINE void SetNextFree (int next)
 
SIMD_FORCE_INLINE int GetNextFree () const
 

Public Attributes

int m_nextFree
 

Detailed Description

Definition at line 21 of file btSimpleBroadphase.h.

Constructor & Destructor Documentation

◆ btSimpleBroadphaseProxy() [1/2]

btSimpleBroadphaseProxy::btSimpleBroadphaseProxy ( )
inline

Definition at line 27 of file btSimpleBroadphase.h.

◆ btSimpleBroadphaseProxy() [2/2]

btSimpleBroadphaseProxy::btSimpleBroadphaseProxy ( const btVector3 minpt,
const btVector3 maxpt,
int  shapeType,
void userPtr,
int  collisionFilterGroup,
int  collisionFilterMask 
)
inline

Definition at line 29 of file btSimpleBroadphase.h.

References void.

Member Function Documentation

◆ GetNextFree()

SIMD_FORCE_INLINE int btSimpleBroadphaseProxy::GetNextFree ( ) const
inline

Definition at line 36 of file btSimpleBroadphase.h.

References m_nextFree.

Referenced by btSimpleBroadphase::allocHandle().

◆ SetNextFree()

SIMD_FORCE_INLINE void btSimpleBroadphaseProxy::SetNextFree ( int  next)
inline

Definition at line 35 of file btSimpleBroadphase.h.

References m_nextFree, and next.

Referenced by btSimpleBroadphase::btSimpleBroadphase(), and btSimpleBroadphase::freeHandle().

Member Data Documentation

◆ m_nextFree

int btSimpleBroadphaseProxy::m_nextFree

Definition at line 23 of file btSimpleBroadphase.h.

Referenced by GetNextFree(), and SetNextFree().


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