Blender V5.0
blender::bke::BVHTreeFromPointCloud Struct Reference

#include <BKE_bvhutils.hh>

Public Attributes

const BVHTreetree = nullptr
BVHTree_NearestPointCallback nearest_callback
Span< float3positions
std::unique_ptr< BVHTree, BVHTreeDeleterowned_tree

Detailed Description

Definition at line 95 of file BKE_bvhutils.hh.

Member Data Documentation

◆ nearest_callback

◆ owned_tree

std::unique_ptr<BVHTree, BVHTreeDeleter> blender::bke::BVHTreeFromPointCloud::owned_tree

Definition at line 102 of file BKE_bvhutils.hh.

◆ positions

Span<float3> blender::bke::BVHTreeFromPointCloud::positions

Definition at line 100 of file BKE_bvhutils.hh.

◆ tree


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