Blender  V3.3
Public Member Functions | Public Attributes | Protected Attributes | List of all members
GIM_BVH_TREE_NODE Class Reference

Node Structure for trees. More...

#include <btGImpactBvhStructs.h>

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 41 of file btGImpactBvhStructs.h.

Constructor & Destructor Documentation

◆ GIM_BVH_TREE_NODE()

GIM_BVH_TREE_NODE::GIM_BVH_TREE_NODE ( )
inline

Definition at line 50 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

Member Function Documentation

◆ getDataIndex()

SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getDataIndex ( ) const
inline

Definition at line 72 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

◆ getEscapeIndex()

SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getEscapeIndex ( ) const
inline

Definition at line 61 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

◆ isLeafNode()

SIMD_FORCE_INLINE bool GIM_BVH_TREE_NODE::isLeafNode ( ) const
inline

Definition at line 55 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

◆ setDataIndex()

SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setDataIndex ( int  index)
inline

Definition at line 79 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

◆ setEscapeIndex()

SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setEscapeIndex ( int  index)
inline

Definition at line 67 of file btGImpactBvhStructs.h.

References m_escapeIndexOrDataIndex.

Member Data Documentation

◆ m_bound

btAABB GIM_BVH_TREE_NODE::m_bound

Definition at line 44 of file btGImpactBvhStructs.h.

◆ m_escapeIndexOrDataIndex

int GIM_BVH_TREE_NODE::m_escapeIndexOrDataIndex
protected

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