|
Blender V4.3
|
#include <bmesh_mesh.hh>
Public Attributes | |
| int | totvert |
| int | totedge |
| int | totloop |
| int | totface |
Definition at line 174 of file bmesh_mesh.hh.
| int BMAllocTemplate::totedge |
Definition at line 175 of file bmesh_mesh.hh.
Referenced by bm_mempool_init_ex(), BM_mesh_copy_init_customdata(), BM_mesh_copy_init_customdata_all_layers(), BM_mesh_copy_init_customdata_from_mesh_array(), CustomData_bmesh_init_pool(), and blender::geometry::boolean::mesh_bm_concat().
| int BMAllocTemplate::totface |
Definition at line 175 of file bmesh_mesh.hh.
Referenced by bm_mempool_init_ex(), BM_mesh_copy_init_customdata(), BM_mesh_copy_init_customdata_all_layers(), BM_mesh_copy_init_customdata_from_mesh_array(), CustomData_bmesh_init_pool(), and blender::geometry::boolean::mesh_bm_concat().
| int BMAllocTemplate::totloop |
Definition at line 175 of file bmesh_mesh.hh.
Referenced by bm_mempool_init_ex(), BM_mesh_copy_init_customdata(), BM_mesh_copy_init_customdata_all_layers(), BM_mesh_copy_init_customdata_from_mesh_array(), CustomData_bmesh_init_pool(), and blender::geometry::boolean::mesh_bm_concat().
| int BMAllocTemplate::totvert |
Definition at line 175 of file bmesh_mesh.hh.
Referenced by bm_mempool_init_ex(), BM_mesh_copy_init_customdata(), BM_mesh_copy_init_customdata_all_layers(), BM_mesh_copy_init_customdata_from_mesh_array(), CustomData_bmesh_init_pool(), blender::geometry::boolean::mesh_bm_concat(), and mesh_separate_arrays().