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

GIM_BVH_TREE_NODE Class Reference

Node Structure for trees. More...

#include <btGImpactBvh.h>

List of all members.

Public Member Functions

 GIM_BVH_TREE_NODE ()
SIMD_FORCE_INLINE bool isLeafNode () const
SIMD_FORCE_INLINE int getEscapeIndex () const
SIMD_FORCE_INLINE void setEscapeIndex (int index)
SIMD_FORCE_INLINE int getDataIndex () const
SIMD_FORCE_INLINE void setDataIndex (int index)

Public Attributes

btAABB m_bound

Protected Attributes

int m_escapeIndexOrDataIndex

Detailed Description

Node Structure for trees.

Definition at line 86 of file btGImpactBvh.h.


Constructor & Destructor Documentation

GIM_BVH_TREE_NODE::GIM_BVH_TREE_NODE ( ) [inline]

Definition at line 93 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.


Member Function Documentation

SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getDataIndex ( ) const [inline]

Definition at line 115 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.

SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getEscapeIndex ( ) const [inline]

Definition at line 104 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.

SIMD_FORCE_INLINE bool GIM_BVH_TREE_NODE::isLeafNode ( ) const [inline]

Definition at line 98 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.

SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setDataIndex ( int  index) [inline]

Definition at line 122 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.

SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setEscapeIndex ( int  index) [inline]

Definition at line 110 of file btGImpactBvh.h.

References m_escapeIndexOrDataIndex.


Member Data Documentation

Definition at line 89 of file btGImpactBvh.h.


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