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

Public Attributes

EdgeQueueq
 
BLI_mempoolpool
 
BMeshbm
 
int cd_vert_mask_offset
 
int cd_vert_node_offset
 
int cd_face_node_offset
 

Detailed Description

Definition at line 737 of file pbvh_bmesh.c.

Member Data Documentation

◆ bm

BMesh* EdgeQueueContext::bm

Definition at line 740 of file pbvh_bmesh.c.

◆ cd_face_node_offset

int EdgeQueueContext::cd_face_node_offset

Definition at line 743 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_split_edge().

◆ cd_vert_mask_offset

int EdgeQueueContext::cd_vert_mask_offset

◆ cd_vert_node_offset

int EdgeQueueContext::cd_vert_node_offset

◆ pool

BLI_mempool* EdgeQueueContext::pool

◆ q

EdgeQueue* EdgeQueueContext::q

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