|
Blender V4.3
|
#include <BKE_mesh_mapping.hh>
Public Attributes | |
| short | item_type |
| short | island_type |
| short | innercut_type |
| int | items_to_islands_num |
| int * | items_to_islands |
| int | islands_num |
| size_t | islands_num_alloc |
| MeshElemMap ** | islands |
| MeshElemMap ** | innercuts |
| MemArena * | mem |
Definition at line 164 of file BKE_mesh_mapping.hh.
| short MeshIslandStore::innercut_type |
Definition at line 167 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| MeshElemMap** MeshIslandStore::innercuts |
Definition at line 175 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), and BKE_mesh_loop_islands_init().
| short MeshIslandStore::island_type |
Definition at line 166 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| MeshElemMap** MeshIslandStore::islands |
Definition at line 174 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| int MeshIslandStore::islands_num |
Definition at line 172 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), and BKE_mesh_remap_calc_loops_from_mesh().
| size_t MeshIslandStore::islands_num_alloc |
Definition at line 173 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), and BKE_mesh_loop_islands_init().
| short MeshIslandStore::item_type |
Definition at line 165 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| int* MeshIslandStore::items_to_islands |
Definition at line 170 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| int MeshIslandStore::items_to_islands_num |
Definition at line 169 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_clear(), and BKE_mesh_loop_islands_init().
| MemArena* MeshIslandStore::mem |
Definition at line 177 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_free(), and BKE_mesh_loop_islands_init().