|
Blender V4.3
|
#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 36 of file kdtree_impl.h.
| bool KDTree::is_balanced |
Definition at line 42 of file kdtree_impl.h.
| int KDTree::max_node_index |
Definition at line 40 of file kdtree_impl.h.
| KDTreeNode* KDTree::nodes |
Definition at line 37 of file kdtree_impl.h.
| uint KDTree::nodes_len |
Definition at line 38 of file kdtree_impl.h.
| uint KDTree::nodes_len_capacity |
Definition at line 43 of file kdtree_impl.h.
| uint KDTree::root |
Definition at line 39 of file kdtree_impl.h.