|
Blender
V2.93
|
#include <BKE_mesh_mapping.h>
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 |
| struct MeshElemMap ** | islands |
| struct MeshElemMap ** | innercuts |
| struct MemArena * | mem |
Definition at line 173 of file BKE_mesh_mapping.h.
| short MeshIslandStore::innercut_type |
Definition at line 176 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| struct MeshElemMap** MeshIslandStore::innercuts |
Definition at line 184 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and mesh_island_to_astar_graph().
| short MeshIslandStore::island_type |
Definition at line 175 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), and BKE_mesh_remap_calc_loops_from_mesh().
| struct MeshElemMap** MeshIslandStore::islands |
Definition at line 183 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), BKE_mesh_remap_calc_loops_from_mesh(), and mesh_island_to_astar_graph().
| int MeshIslandStore::islands_num |
Definition at line 181 of file BKE_mesh_mapping.h.
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 182 of file BKE_mesh_mapping.h.
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 174 of file BKE_mesh_mapping.h.
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 179 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_init(), BKE_mesh_remap_calc_loops_from_mesh(), and mesh_island_to_astar_graph_edge_process().
| int MeshIslandStore::items_to_islands_num |
Definition at line 178 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_clear(), and BKE_mesh_loop_islands_init().
| struct MemArena* MeshIslandStore::mem |
Definition at line 186 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_loop_islands_add(), BKE_mesh_loop_islands_clear(), BKE_mesh_loop_islands_free(), and BKE_mesh_loop_islands_init().