Blender  V2.93
Public Attributes | List of all members
BoundaryFloodFillData Struct Reference

Public Attributes

SculptBoundaryboundary
 
GSetincluded_vertices
 
EdgeSetpreview_edges
 
int last_visited_vertex
 

Detailed Description

Definition at line 216 of file sculpt_boundary.c.

Member Data Documentation

◆ boundary

SculptBoundary* BoundaryFloodFillData::boundary

Definition at line 217 of file sculpt_boundary.c.

Referenced by sculpt_boundary_indices_init().

◆ included_vertices

GSet* BoundaryFloodFillData::included_vertices

Definition at line 218 of file sculpt_boundary.c.

◆ last_visited_vertex

int BoundaryFloodFillData::last_visited_vertex

Definition at line 221 of file sculpt_boundary.c.

Referenced by sculpt_boundary_indices_init().

◆ preview_edges

EdgeSet* BoundaryFloodFillData::preview_edges

Definition at line 219 of file sculpt_boundary.c.


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