|
Blender V4.3
|
Public Attributes | |
| LinkNode * | list |
| uint | list_len |
Store as value in GHash so we can get list-length without counting every time. Also means we don't need to update the GHash value each time.
Definition at line 125 of file bmesh_intersect.cc.
| LinkNode * LinkBase::list |
Definition at line 126 of file bmesh_intersect.cc.
Referenced by BM_mesh_intersect(), edbm_face_split_by_edges_exec(), edge_verts_sort(), face_edges_split(), ghash_insert_face_edge_link(), and ghash_insert_link().
| uint LinkBase::list_len |
Definition at line 127 of file bmesh_intersect.cc.
Referenced by BM_mesh_intersect(), edbm_face_split_by_edges_exec(), edge_verts_sort(), face_edges_split(), ghash_insert_face_edge_link(), and ghash_insert_link().