Public Member Functions | Public Attributes

btDbvtNode Struct Reference

#include <btDbvt.h>

Collaboration diagram for btDbvtNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

DBVT_INLINE bool isleaf () const
DBVT_INLINE bool isinternal () const

Public Attributes

btDbvtVolume volume
btDbvtNodeparent
union {
   btDbvtNode *   childs [2]
   void *   data
   int   dataAsInt
}; 

Detailed Description

Definition at line 177 of file btDbvt.h.


Member Function Documentation

DBVT_INLINE bool btDbvtNode::isinternal (  )  const [inline]

Definition at line 182 of file btDbvt.h.

DBVT_INLINE bool btDbvtNode::isleaf (  )  const [inline]

Definition at line 181 of file btDbvt.h.


Member Data Documentation

union { ... }

Definition at line 185 of file btDbvt.h.

Definition at line 186 of file btDbvt.h.

Definition at line 187 of file btDbvt.h.

Definition at line 180 of file btDbvt.h.

Definition at line 179 of file btDbvt.h.


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