![]() |
Blender V2.61 - r43446
|
#include <BKE_bmesh.h>
Public Attributes | |
| ListBase | verts |
| ListBase | edges |
| ListBase | polys |
| struct BLI_mempool * | vpool |
| struct BLI_mempool * | epool |
| struct BLI_mempool * | ppool |
| struct BLI_mempool * | lpool |
| struct BME_Vert ** | vtar |
| struct BME_Edge ** | edar |
| struct BME_Loop ** | lpar |
| struct BME_Poly ** | plar |
| int | vtarlen |
| int | edarlen |
| int | lparlen |
| int | plarlen |
| int | totvert |
| int | totedge |
| int | totpoly |
| int | totloop |
| int | nextv |
| int | nexte |
| int | nextp |
| int | nextl |
| struct CustomData vdata edata pdata | ldata |
Definition at line 69 of file BKE_bmesh.h.
| struct BME_Edge** BME_Mesh::edar |
Definition at line 79 of file BKE_bmesh.h.
Referenced by BME_loop_reverse(), BME_model_begin(), and BME_model_end().
Definition at line 82 of file BKE_bmesh.h.
Referenced by BME_loop_reverse(), BME_model_begin(), and BME_model_end().
Definition at line 71 of file BKE_bmesh.h.
Referenced by BME_addedgelist(), BME_bevel_initialize(), BME_bevel_reinitialize(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_free_mesh(), BME_JEKV(), BME_JFKE(), BME_KE(), BME_model_end(), and BME_validate_mesh().
| struct BLI_mempool* BME_Mesh::epool |
Definition at line 74 of file BKE_bmesh.h.
Referenced by BME_addedgelist(), BME_free_edge(), BME_free_mesh(), and BME_make_mesh().
| struct CustomData vdata edata pdata BME_Mesh::ldata |
Definition at line 85 of file BKE_bmesh.h.
Referenced by BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_collapse_vert(), BME_corners_to_loops(), BME_create_loop(), BME_data_facevert_edgesplit(), BME_derivedmesh_to_bmesh(), BME_DMcorners_to_loops(), BME_DMloops_to_corners(), BME_editmesh_to_bmesh(), BME_free_loop(), BME_free_mesh(), and BME_loops_to_corners().
| struct BME_Loop** BME_Mesh::lpar |
Definition at line 80 of file BKE_bmesh.h.
Referenced by BME_JEKV(), BME_model_begin(), and BME_model_end().
Definition at line 82 of file BKE_bmesh.h.
Referenced by BME_JEKV(), BME_model_begin(), and BME_model_end().
| struct BLI_mempool* BME_Mesh::lpool |
Definition at line 76 of file BKE_bmesh.h.
Referenced by BME_create_loop(), BME_free_loop(), BME_free_mesh(), and BME_make_mesh().
| int BME_Mesh::nexte |
Definition at line 84 of file BKE_bmesh.h.
Referenced by BME_addedgelist().
| int BME_Mesh::nextl |
Definition at line 84 of file BKE_bmesh.h.
Referenced by BME_create_loop().
| int BME_Mesh::nextp |
Definition at line 84 of file BKE_bmesh.h.
Referenced by BME_addpolylist().
| int BME_Mesh::nextv |
Definition at line 84 of file BKE_bmesh.h.
Referenced by BME_addvertlist().
| struct BME_Poly** BME_Mesh::plar |
Definition at line 81 of file BKE_bmesh.h.
Referenced by BME_model_begin(), and BME_model_end().
Definition at line 82 of file BKE_bmesh.h.
Referenced by BME_model_begin(), and BME_model_end().
Definition at line 71 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bevel_initialize(), BME_bevel_mesh(), BME_bevel_reinitialize(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_free_mesh(), BME_JFKE(), BME_KF(), BME_model_end(), BME_tesselate(), and BME_validate_mesh().
| struct BLI_mempool* BME_Mesh::ppool |
Definition at line 75 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_free_mesh(), BME_free_poly(), and BME_make_mesh().
Definition at line 83 of file BKE_bmesh.h.
Referenced by BME_addedgelist(), BME_free_edge(), and BME_model_end().
Definition at line 83 of file BKE_bmesh.h.
Referenced by BME_create_loop(), and BME_free_loop().
Definition at line 83 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_free_poly(), and BME_model_end().
Definition at line 83 of file BKE_bmesh.h.
Referenced by BME_addvertlist(), BME_free_vert(), and BME_model_end().
Definition at line 71 of file BKE_bmesh.h.
Referenced by BME_addvertlist(), BME_bevel(), BME_bevel_initialize(), BME_bevel_mesh(), BME_bevel_reinitialize(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_free_mesh(), BME_JEKV(), BME_KV(), BME_model_end(), and BME_validate_mesh().
| struct BLI_mempool* BME_Mesh::vpool |
Definition at line 73 of file BKE_bmesh.h.
Referenced by BME_addvertlist(), BME_free_mesh(), BME_free_vert(), and BME_make_mesh().
| struct BME_Vert** BME_Mesh::vtar |
Definition at line 78 of file BKE_bmesh.h.
Referenced by BME_MF(), BME_model_begin(), and BME_model_end().
Definition at line 82 of file BKE_bmesh.h.
Referenced by BME_MF(), BME_model_begin(), and BME_model_end().