Blender
V3.3
|
#include <bmesh_mesh.h>
Public Attributes | |
int | totvert |
int | totedge |
int | totloop |
int | totface |
Definition at line 172 of file bmesh_mesh.h.
int BMAllocTemplate::totedge |
Definition at line 173 of file bmesh_mesh.h.
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(), and CustomData_bmesh_init_pool().
int BMAllocTemplate::totface |
Definition at line 173 of file bmesh_mesh.h.
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(), and CustomData_bmesh_init_pool().
int BMAllocTemplate::totloop |
Definition at line 173 of file bmesh_mesh.h.
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(), and CustomData_bmesh_init_pool().
int BMAllocTemplate::totvert |
Definition at line 173 of file bmesh_mesh.h.
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 mesh_separate_arrays().