Blender  V3.3
Public Attributes | List of all members
PyKDTree Struct Reference

Public Attributes

PyObject_HEAD KDTree_3d * obj
 
uint maxsize
 
uint count
 
uint count_balance
 

Detailed Description

Definition at line 25 of file mathutils_kdtree.c.

Member Data Documentation

◆ count

uint PyKDTree::count

Definition at line 29 of file mathutils_kdtree.c.

◆ count_balance

uint PyKDTree::count_balance

Definition at line 30 of file mathutils_kdtree.c.

◆ maxsize

uint PyKDTree::maxsize

Definition at line 28 of file mathutils_kdtree.c.

◆ obj

PyObject_HEAD KDTree_3d* PyKDTree::obj

Definition at line 27 of file mathutils_kdtree.c.


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