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

GIM_BOX_TREE_NODE Struct Reference

Node Structure for trees. More...

#include <gim_box_set.h>

List of all members.

Public Member Functions

 GIM_BOX_TREE_NODE ()
SIMD_FORCE_INLINE bool is_leaf_node () const

Public Attributes

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

Detailed Description

Node Structure for trees.

Definition at line 110 of file gim_box_set.h.


Constructor & Destructor Documentation

GIM_BOX_TREE_NODE::GIM_BOX_TREE_NODE ( ) [inline]

Definition at line 118 of file gim_box_set.h.

References m_data, m_escapeIndex, m_left, and m_right.


Member Function Documentation

SIMD_FORCE_INLINE bool GIM_BOX_TREE_NODE::is_leaf_node ( ) const [inline]

Definition at line 126 of file gim_box_set.h.

References m_left, and m_right.


Member Data Documentation

Definition at line 112 of file gim_box_set.h.

primitive index if apply

Definition at line 116 of file gim_box_set.h.

Referenced by GIM_BOX_TREE_NODE().

Scape index for traversing.

Definition at line 115 of file gim_box_set.h.

Referenced by GIM_BOX_TREE_NODE().

Left subtree.

Definition at line 113 of file gim_box_set.h.

Referenced by GIM_BOX_TREE_NODE(), and is_leaf_node().

Right subtree.

Definition at line 114 of file gim_box_set.h.

Referenced by GIM_BOX_TREE_NODE(), and is_leaf_node().


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