|
Blender V4.3
|
Public Attributes | ||
| ListBase | faces_step | |
| GHash * | verts_uid | |
| GHash * | faces_uid | |
| BLI_mempool * | link_pool | |
| BLI_mempool * | lbase_pool | |
| BLI_mempool * | step_pool | |
| BLI_mempool * | step_pool_items | |
| bool | use_face_isolate | |
| UID_Int | pass | |
| struct { | ||
| GHash * verts_uid | ||
| GSet * faces_step | ||
| GHash * faces_from_uid | ||
| UID_Int * rehash_store | ||
| uint rehash_store_len | ||
| } | cache | |
Definition at line 65 of file bmesh_region_match.cc.
| struct { ... } UIDWalk::cache |
| GHash* UIDWalk::faces_from_uid |
Definition at line 95 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_facestep_begin(), bm_uidwalk_free(), and bm_uidwalk_init().
| ListBase UIDWalk::faces_step |
Definition at line 68 of file bmesh_region_match.cc.
Referenced by bm_mesh_region_match_pair(), bm_uidwalk_clear(), bm_uidwalk_facestep_free(), bm_uidwalk_free(), bm_uidwalk_init(), and bm_uidwalk_pass_add().
| GSet* UIDWalk::faces_step |
Definition at line 93 of file bmesh_region_match.cc.
| GHash* UIDWalk::faces_uid |
Definition at line 72 of file bmesh_region_match.cc.
Referenced by bm_mesh_region_match_pair(), bm_uidwalk_clear(), bm_uidwalk_face_lookup(), bm_uidwalk_facestep_begin(), bm_uidwalk_free(), bm_uidwalk_init(), bm_uidwalk_pass_add(), bm_uidwalk_rehash(), and bm_uidwalk_rehash_facelinks().
| BLI_mempool* UIDWalk::lbase_pool |
Definition at line 78 of file bmesh_region_match.cc.
| BLI_mempool* UIDWalk::link_pool |
Definition at line 75 of file bmesh_region_match.cc.
Referenced by bm_mesh_region_match_pair(), bm_uidwalk_clear(), bm_uidwalk_facestep_begin(), bm_uidwalk_facestep_free(), bm_uidwalk_free(), bm_uidwalk_init(), bm_uidwalk_init_from_edge(), and bm_uidwalk_pass_add().
| UID_Int UIDWalk::pass |
Definition at line 88 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_calc_face_uid(), bm_uidwalk_calc_vert_uid(), bm_uidwalk_clear(), bm_uidwalk_init(), and bm_uidwalk_pass_add().
| UID_Int* UIDWalk::rehash_store |
Definition at line 97 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_free(), bm_uidwalk_init(), bm_uidwalk_rehash(), bm_uidwalk_rehash_facelinks(), and bm_uidwalk_rehash_reserve().
| uint UIDWalk::rehash_store_len |
Definition at line 98 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_init(), and bm_uidwalk_rehash_reserve().
| BLI_mempool* UIDWalk::step_pool |
Definition at line 81 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_facestep_free(), bm_uidwalk_free(), bm_uidwalk_init(), and bm_uidwalk_pass_add().
| BLI_mempool* UIDWalk::step_pool_items |
Definition at line 82 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_facestep_begin(), bm_uidwalk_facestep_end(), bm_uidwalk_free(), and bm_uidwalk_init().
| bool UIDWalk::use_face_isolate |
Definition at line 85 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_face_test(), and bm_uidwalk_init().
| GHash* UIDWalk::verts_uid |
Definition at line 71 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_free(), bm_uidwalk_init(), bm_uidwalk_init_from_edge(), bm_uidwalk_pass_add(), bm_uidwalk_rehash(), bm_uidwalk_vert_lookup(), and bm_vert_is_uid_connect().