#include <OPC_OptimizedTree.h>
Related Functions | |
(Note that these are not member functions.) | |
_BuildNoLeafTree (AABBNoLeafNode *linear, const udword box_id, udword ¤t_id, const AABBTreeNode *current_node) | |
Definition at line 116 of file OPC_OptimizedTree.h.
|
related |
Builds a "no-leaf" tree from a standard one. This is a tree whose leaf nodes have been removed.
Layout for no-leaf trees:
Node:
linear | [in] base address of destination nodes |
box_id | [in] index of destination node |
current_id | [in] current running index |
current_node | [in] current node from input tree |
Definition at line 158 of file OPC_OptimizedTree.cpp.