|
Blender V4.3
|
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 |
Node Structure for trees.
Definition at line 41 of file btGImpactBvhStructs.h.
|
inline |
Definition at line 50 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
|
inline |
Definition at line 72 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
|
inline |
Definition at line 61 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
|
inline |
Definition at line 55 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
|
inline |
Definition at line 79 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
|
inline |
Definition at line 67 of file btGImpactBvhStructs.h.
References m_escapeIndexOrDataIndex.
| btAABB GIM_BVH_TREE_NODE::m_bound |
Definition at line 44 of file btGImpactBvhStructs.h.
|
protected |
Definition at line 47 of file btGImpactBvhStructs.h.
Referenced by getDataIndex(), getEscapeIndex(), GIM_BVH_TREE_NODE(), isLeafNode(), setDataIndex(), and setEscapeIndex().