Blender V2.61 - r43446
Public Member Functions | Public Attributes

btDbvtNode Struct Reference

#include <btDbvt.h>

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 173 of file btDbvt.h.


Member Function Documentation

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

Definition at line 177 of file btDbvt.h.

References childs.

Referenced by drawTree(), insertleaf(), isinternal(), and recursedeletenode().


Member Data Documentation

union { ... }

Definition at line 183 of file btDbvt.h.

Referenced by btCompoundLeafCallback::Process(), and btCollisionWorld::rayTestSingle().


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