Blender
V3.3
|
#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 204 of file BKE_mesh_mapping.h.
short MeshIslandStore::innercut_type |
Definition at line 207 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 215 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 206 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 214 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 212 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 213 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 205 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 210 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 209 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 217 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().