|
Blender V5.0
|
#include <bmesh_mesh.hh>
Public Attributes | |
| int | totvert |
| int | totedge |
| int | totloop |
| int | totface |
Definition at line 177 of file bmesh_mesh.hh.
| int BMAllocTemplate::totedge |
Definition at line 178 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(), blender::geometry::boolean::mesh_bm_concat(), and mesh_separate_arrays().
| int BMAllocTemplate::totface |
Definition at line 178 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(), blender::geometry::boolean::mesh_bm_concat(), and mesh_separate_arrays().
| int BMAllocTemplate::totloop |
Definition at line 178 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(), blender::geometry::boolean::mesh_bm_concat(), and mesh_separate_arrays().
| int BMAllocTemplate::totvert |
Definition at line 178 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(), blender::geometry::boolean::mesh_bm_concat(), and mesh_separate_arrays().