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

Public Attributes

ListBase faces_step
 
GHashverts_uuid
 
GHashfaces_uuid
 
BLI_mempoollink_pool
 
BLI_mempoollbase_pool
 
BLI_mempoolstep_pool
 
BLI_mempoolstep_pool_items
 
bool use_face_isolate
 
UUID_Int pass
 
struct {
   GHash *   verts_uuid
 
   GSet *   faces_step
 
   GHash *   faces_from_uuid
 
   UUID_Int *   rehash_store
 
   uint   rehash_store_len
 
cache
 

Detailed Description

Definition at line 63 of file bmesh_region_match.c.

Member Data Documentation

◆ 

struct { ... } UUIDWalk::cache

◆ faces_from_uuid

GHash* UUIDWalk::faces_from_uuid

◆ faces_step [1/2]

ListBase UUIDWalk::faces_step

◆ faces_step [2/2]

GSet* UUIDWalk::faces_step

Definition at line 91 of file bmesh_region_match.c.

◆ faces_uuid

GHash* UUIDWalk::faces_uuid

◆ lbase_pool

BLI_mempool* UUIDWalk::lbase_pool

Definition at line 76 of file bmesh_region_match.c.

◆ link_pool

BLI_mempool* UUIDWalk::link_pool

◆ pass

UUID_Int UUIDWalk::pass

◆ rehash_store

UUID_Int* UUIDWalk::rehash_store

◆ rehash_store_len

uint UUIDWalk::rehash_store_len

Definition at line 96 of file bmesh_region_match.c.

Referenced by bm_uuidwalk_init(), and bm_uuidwalk_rehash_reserve().

◆ step_pool

BLI_mempool* UUIDWalk::step_pool

◆ step_pool_items

BLI_mempool* UUIDWalk::step_pool_items

◆ use_face_isolate

bool UUIDWalk::use_face_isolate

Definition at line 83 of file bmesh_region_match.c.

Referenced by bm_uuidwalk_clear(), bm_uuidwalk_face_test(), and bm_uuidwalk_init().

◆ verts_uuid

GHash* UUIDWalk::verts_uuid

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