Blender V5.0
BVHDivNodesData Struct Reference

Public Attributes

const BVHTreetree
BVHNodebranches_array
BVHNode ** leafs_array
int tree_type
int tree_offset
const BVHBuildHelperdata
int depth
int i
int first_of_next_level

Detailed Description

Definition at line 672 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ branches_array

BVHNode* BVHDivNodesData::branches_array

Definition at line 674 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ data

const BVHBuildHelper* BVHDivNodesData::data

Definition at line 680 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ depth

int BVHDivNodesData::depth

Definition at line 682 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ first_of_next_level

int BVHDivNodesData::first_of_next_level

Definition at line 684 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ i

int BVHDivNodesData::i

Definition at line 683 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ leafs_array

BVHNode** BVHDivNodesData::leafs_array

Definition at line 675 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ tree

const BVHTree* BVHDivNodesData::tree

Definition at line 673 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ tree_offset

int BVHDivNodesData::tree_offset

Definition at line 678 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ tree_type

int BVHDivNodesData::tree_type

Definition at line 677 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().


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