Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
GIM_BOX_TREE_NODE Struct Reference

Node Structure for trees. More...

#include <gim_box_set.h>

Collaboration diagram for GIM_BOX_TREE_NODE:
Collaboration graph
[legend]

Public Member Functions

 GIM_BOX_TREE_NODE ()
 
bool is_leaf_node () const
 

Public Attributes

GIM_AABB m_bound
 
GUINT m_left
 Left subtree. More...
 
GUINT m_right
 Right subtree. More...
 
GUINT m_escapeIndex
 Scape index for traversing. More...
 
GUINT m_data
 primitive index if apply More...
 

Detailed Description

Node Structure for trees.

Definition at line 84 of file gim_box_set.h.

Constructor & Destructor Documentation

◆ GIM_BOX_TREE_NODE()

GIM_BOX_TREE_NODE::GIM_BOX_TREE_NODE ( )
inline

Definition at line 92 of file gim_box_set.h.

Member Function Documentation

◆ is_leaf_node()

bool GIM_BOX_TREE_NODE::is_leaf_node ( ) const
inline

Definition at line 100 of file gim_box_set.h.

Member Data Documentation

◆ m_bound

GIM_AABB GIM_BOX_TREE_NODE::m_bound

Definition at line 86 of file gim_box_set.h.

◆ m_data

GUINT GIM_BOX_TREE_NODE::m_data

primitive index if apply

Definition at line 90 of file gim_box_set.h.

◆ m_escapeIndex

GUINT GIM_BOX_TREE_NODE::m_escapeIndex

Scape index for traversing.

Definition at line 89 of file gim_box_set.h.

◆ m_left

GUINT GIM_BOX_TREE_NODE::m_left

Left subtree.

Definition at line 87 of file gim_box_set.h.

◆ m_right

GUINT GIM_BOX_TREE_NODE::m_right

Right subtree.

Definition at line 88 of file gim_box_set.h.


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