Blender V4.3
KDTree Struct Reference

#include <kdtree_impl.h>

Public Attributes

KDTreeNodenodes
 
uint nodes_len
 
uint root
 
int max_node_index
 
bool is_balanced
 
uint nodes_len_capacity
 

Detailed Description

Definition at line 36 of file kdtree_impl.h.

Member Data Documentation

◆ is_balanced

bool KDTree::is_balanced

Definition at line 42 of file kdtree_impl.h.

◆ max_node_index

int KDTree::max_node_index

Definition at line 40 of file kdtree_impl.h.

◆ nodes

KDTreeNode* KDTree::nodes

Definition at line 37 of file kdtree_impl.h.

◆ nodes_len

uint KDTree::nodes_len

Definition at line 38 of file kdtree_impl.h.

◆ nodes_len_capacity

uint KDTree::nodes_len_capacity

Definition at line 43 of file kdtree_impl.h.

◆ root

uint KDTree::root

Definition at line 39 of file kdtree_impl.h.


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