Blender V5.0
EdgeGroupIsland Struct Reference

Public Attributes

LinkNode edge_links
uint vert_len
uint edge_len
uint has_prev_edge: 1
struct { 
   BMVert *   min 
   BMVert *   max 
   float   min_axis [2] 
   float   max_axis [2] 
vert_span

Detailed Description

Represents isolated edge-links, each island owns contiguous slices of the vert array. (edges remain in edge_links).

Definition at line 729 of file bmesh_polygon_edgenet.cc.

Member Data Documentation

◆ edge_len

uint EdgeGroupIsland::edge_len

Definition at line 731 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ edge_links

LinkNode EdgeGroupIsland::edge_links

Definition at line 730 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ has_prev_edge

uint EdgeGroupIsland::has_prev_edge

Definition at line 737 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ max

BMVert * EdgeGroupIsland::max

Definition at line 742 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ max_axis

float EdgeGroupIsland::max_axis[2]

Definition at line 745 of file bmesh_polygon_edgenet.cc.

Referenced by group_min_cmp_fn().

◆ min

BMVert* EdgeGroupIsland::min

Definition at line 742 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ min_axis

float EdgeGroupIsland::min_axis[2]

Definition at line 744 of file bmesh_polygon_edgenet.cc.

Referenced by group_min_cmp_fn().

◆ vert_len

uint EdgeGroupIsland::vert_len

Definition at line 731 of file bmesh_polygon_edgenet.cc.

Referenced by BM_face_split_edgenet_connect_islands().

◆ [struct]

struct { ... } EdgeGroupIsland::vert_span

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