Blender
V3.3
|
Public Attributes | |
ListBase | faces_step |
GHash * | verts_uuid |
GHash * | faces_uuid |
BLI_mempool * | link_pool |
BLI_mempool * | lbase_pool |
BLI_mempool * | step_pool |
BLI_mempool * | step_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 |
Definition at line 63 of file bmesh_region_match.c.
struct { ... } UUIDWalk::cache |
GHash* UUIDWalk::faces_from_uuid |
Definition at line 93 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_clear(), bm_uuidwalk_facestep_begin(), bm_uuidwalk_free(), and bm_uuidwalk_init().
ListBase UUIDWalk::faces_step |
Definition at line 66 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), bm_uuidwalk_clear(), bm_uuidwalk_facestep_free(), bm_uuidwalk_free(), bm_uuidwalk_init(), and bm_uuidwalk_pass_add().
GSet* UUIDWalk::faces_step |
Definition at line 91 of file bmesh_region_match.c.
GHash* UUIDWalk::faces_uuid |
Definition at line 70 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), bm_uuidwalk_clear(), bm_uuidwalk_face_lookup(), bm_uuidwalk_facestep_begin(), bm_uuidwalk_free(), bm_uuidwalk_init(), bm_uuidwalk_pass_add(), bm_uuidwalk_rehash(), and bm_uuidwalk_rehash_facelinks().
BLI_mempool* UUIDWalk::lbase_pool |
Definition at line 76 of file bmesh_region_match.c.
BLI_mempool* UUIDWalk::link_pool |
Definition at line 73 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), bm_uuidwalk_clear(), bm_uuidwalk_facestep_begin(), bm_uuidwalk_facestep_free(), bm_uuidwalk_free(), bm_uuidwalk_init(), bm_uuidwalk_init_from_edge(), and bm_uuidwalk_pass_add().
UUID_Int UUIDWalk::pass |
Definition at line 86 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_calc_face_uuid(), bm_uuidwalk_calc_vert_uuid(), bm_uuidwalk_clear(), bm_uuidwalk_init(), and bm_uuidwalk_pass_add().
UUID_Int* UUIDWalk::rehash_store |
Definition at line 95 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_free(), bm_uuidwalk_init(), bm_uuidwalk_rehash(), bm_uuidwalk_rehash_facelinks(), and bm_uuidwalk_rehash_reserve().
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().
BLI_mempool* UUIDWalk::step_pool |
Definition at line 79 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_clear(), bm_uuidwalk_facestep_free(), bm_uuidwalk_free(), bm_uuidwalk_init(), and bm_uuidwalk_pass_add().
BLI_mempool* UUIDWalk::step_pool_items |
Definition at line 80 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_clear(), bm_uuidwalk_facestep_begin(), bm_uuidwalk_facestep_end(), bm_uuidwalk_free(), and bm_uuidwalk_init().
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().
GHash* UUIDWalk::verts_uuid |
Definition at line 69 of file bmesh_region_match.c.
Referenced by bm_uuidwalk_clear(), bm_uuidwalk_free(), bm_uuidwalk_init(), bm_uuidwalk_init_from_edge(), bm_uuidwalk_pass_add(), bm_uuidwalk_rehash(), bm_uuidwalk_vert_lookup(), and bm_vert_is_uuid_connect().