Blender  V3.3
Public Attributes | List of all members
MeshIslandStore Struct Reference

#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 MemArenamem
 

Detailed Description

Definition at line 204 of file BKE_mesh_mapping.h.

Member Data Documentation

◆ innercut_type

short MeshIslandStore::innercut_type

◆ innercuts

struct MeshElemMap** MeshIslandStore::innercuts

◆ island_type

short MeshIslandStore::island_type

◆ islands

struct MeshElemMap** MeshIslandStore::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

int* MeshIslandStore::items_to_islands

◆ items_to_islands_num

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

◆ mem

struct MemArena* MeshIslandStore::mem

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