Blender V4.3
KnifeBVH Struct Reference

Public Attributes

BVHTreetree
 
blender::Span< std::array< BMLoop *, 3 > > looptris
 
int ob_index
 
bool(* filter_cb )(BMFace *f, void *userdata)
 
void * filter_data
 

Detailed Description

Definition at line 189 of file editmesh_knife.cc.

Member Data Documentation

◆ filter_cb

bool(* KnifeBVH::filter_cb) (BMFace *f, void *userdata)

Definition at line 196 of file editmesh_knife.cc.

Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().

◆ filter_data

void* KnifeBVH::filter_data

Definition at line 197 of file editmesh_knife.cc.

Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().

◆ looptris

blender::Span<std::array<BMLoop *, 3> > KnifeBVH::looptris

Definition at line 192 of file editmesh_knife.cc.

Referenced by knife_bvh_raycast(), and knife_bvh_raycast_cb().

◆ ob_index

int KnifeBVH::ob_index

◆ tree

BVHTree* KnifeBVH::tree

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