Blender V2.61 - r43446
Classes | Defines | Functions

btDbvtBroadphase.cpp File Reference

#include "btDbvtBroadphase.h"

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.

Referenced by btDbvtBroadphase::collide().


Function Documentation

template<typename T >
static void clear ( T &  value) [inline, static]
template<typename T >
static void listappend ( T *  item,
T *&  list 
) [inline, static]
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]