|
Blender V5.0
|
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 66 of file bmesh_region_match.cc.
| struct { ... } UIDWalk::cache |
| GHash* UIDWalk::faces_from_uid |
Definition at line 96 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_clear(), bm_uidwalk_facestep_begin(), bm_uidwalk_free(), and bm_uidwalk_init().
| GSet* UIDWalk::faces_step |
Definition at line 94 of file bmesh_region_match.cc.
| ListBase UIDWalk::faces_step |
Definition at line 69 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().
| GHash* UIDWalk::faces_uid |
Definition at line 73 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 79 of file bmesh_region_match.cc.
| BLI_mempool* UIDWalk::link_pool |
Definition at line 76 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 89 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 98 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 99 of file bmesh_region_match.cc.
Referenced by bm_uidwalk_init(), and bm_uidwalk_rehash_reserve().
| BLI_mempool* UIDWalk::step_pool |
Definition at line 82 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 83 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 86 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 72 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().