Classes | Defines | Functions

btDbvtBroadphase.cpp File Reference

#include "btDbvtBroadphase.h"
Include dependency graph for btDbvtBroadphase.cpp:

Go to the source code of this file.

Classes

struct  btDbvtTreeCollider
struct  BroadphaseRayTester
struct  BroadphaseAabbTester

Defines

#define SPC(_value_)
 btDbvtBroadphase implementation by Nathanael Presson

Functions

template<typename T >
static void listappend (T *item, T *&list)
template<typename T >
static void listremove (T *item, T *&list)
template<typename T >
static int listcount (T *root)
template<typename T >
static void clear (T &value)

Define Documentation

#define SPC (   _value_  ) 

btDbvtBroadphase implementation by Nathanael Presson

Definition at line 45 of file btDbvtBroadphase.cpp.


Function Documentation

template<typename T >
static void clear ( T &  value  )  [inline, static]

Definition at line 81 of file btDbvtBroadphase.cpp.

template<typename T >
static void listappend ( T *  item,
T *&  list 
) [inline, static]

Definition at line 54 of file btDbvtBroadphase.cpp.

template<typename T >
static int listcount ( T *  root  )  [inline, static]

Definition at line 72 of file btDbvtBroadphase.cpp.

template<typename T >
static void listremove ( T *  item,
T *&  list 
) [inline, static]

Definition at line 64 of file btDbvtBroadphase.cpp.