|
Blender V5.0
|
#include <kdtree_impl.h>
Public Attributes | |
| KDTreeNode * | nodes |
| uint | nodes_len |
| uint | root |
| int | max_node_index |
| bool | is_balanced |
| uint | nodes_len_capacity |
Definition at line 43 of file kdtree_impl.h.
| bool KDTree::is_balanced |
Definition at line 49 of file kdtree_impl.h.
| int KDTree::max_node_index |
Definition at line 47 of file kdtree_impl.h.
| KDTreeNode* KDTree::nodes |
Definition at line 44 of file kdtree_impl.h.
| uint KDTree::nodes_len |
Definition at line 45 of file kdtree_impl.h.
| uint KDTree::nodes_len_capacity |
Definition at line 50 of file kdtree_impl.h.
| uint KDTree::root |
Definition at line 46 of file kdtree_impl.h.