Blender V4.5
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 42 of file kdtree_impl.h.

Member Data Documentation

◆ is_balanced

bool KDTree::is_balanced

Definition at line 48 of file kdtree_impl.h.

◆ max_node_index

int KDTree::max_node_index

Definition at line 46 of file kdtree_impl.h.

◆ nodes

KDTreeNode* KDTree::nodes

Definition at line 43 of file kdtree_impl.h.

◆ nodes_len

uint KDTree::nodes_len

Definition at line 44 of file kdtree_impl.h.

◆ nodes_len_capacity

uint KDTree::nodes_len_capacity

Definition at line 49 of file kdtree_impl.h.

◆ root

uint KDTree::root

Definition at line 45 of file kdtree_impl.h.


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