Node Structure for trees. More...
#include <btGImpactBvh.h>
Public Member Functions | |
SIMD_FORCE_INLINE int | getDataIndex () const |
SIMD_FORCE_INLINE int | getEscapeIndex () const |
GIM_BVH_TREE_NODE () | |
SIMD_FORCE_INLINE bool | isLeafNode () const |
SIMD_FORCE_INLINE void | setDataIndex (int index) |
SIMD_FORCE_INLINE void | setEscapeIndex (int index) |
Public Attributes | |
btAABB | m_bound |
Protected Attributes | |
int | m_escapeIndexOrDataIndex |
Node Structure for trees.
Definition at line 86 of file btGImpactBvh.h.
GIM_BVH_TREE_NODE::GIM_BVH_TREE_NODE | ( | ) | [inline] |
Definition at line 93 of file btGImpactBvh.h.
SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getDataIndex | ( | ) | const [inline] |
Definition at line 115 of file btGImpactBvh.h.
SIMD_FORCE_INLINE int GIM_BVH_TREE_NODE::getEscapeIndex | ( | ) | const [inline] |
Definition at line 104 of file btGImpactBvh.h.
SIMD_FORCE_INLINE bool GIM_BVH_TREE_NODE::isLeafNode | ( | ) | const [inline] |
Definition at line 98 of file btGImpactBvh.h.
SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setDataIndex | ( | int | index | ) | [inline] |
Definition at line 122 of file btGImpactBvh.h.
SIMD_FORCE_INLINE void GIM_BVH_TREE_NODE::setEscapeIndex | ( | int | index | ) | [inline] |
Definition at line 110 of file btGImpactBvh.h.
btAABB GIM_BVH_TREE_NODE::m_bound |
Definition at line 89 of file btGImpactBvh.h.
int GIM_BVH_TREE_NODE::m_escapeIndexOrDataIndex [protected] |
Definition at line 91 of file btGImpactBvh.h.