Blender V4.3
MeshIslandStore Struct Reference

#include <BKE_mesh_mapping.hh>

Public Attributes

short item_type
 
short island_type
 
short innercut_type
 
int items_to_islands_num
 
intitems_to_islands
 
int islands_num
 
size_t islands_num_alloc
 
MeshElemMap ** islands
 
MeshElemMap ** innercuts
 
MemArenamem
 

Detailed Description

Definition at line 164 of file BKE_mesh_mapping.hh.

Member Data Documentation

◆ innercut_type

short MeshIslandStore::innercut_type

◆ innercuts

MeshElemMap** MeshIslandStore::innercuts

◆ island_type

short MeshIslandStore::island_type

◆ islands

◆ islands_num

int MeshIslandStore::islands_num

◆ islands_num_alloc

size_t MeshIslandStore::islands_num_alloc

◆ item_type

short MeshIslandStore::item_type

◆ items_to_islands

◆ items_to_islands_num

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().

◆ mem


The documentation for this struct was generated from the following file: