Blender  V3.3
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 200 of file sculpt_boundary.c.

Member Data Documentation

◆ boundary

SculptBoundary* BoundaryFloodFillData::boundary

Definition at line 201 of file sculpt_boundary.c.

Referenced by sculpt_boundary_indices_init().

◆ included_vertices

GSet* BoundaryFloodFillData::included_vertices

Definition at line 202 of file sculpt_boundary.c.

◆ last_visited_vertex

int BoundaryFloodFillData::last_visited_vertex

Definition at line 205 of file sculpt_boundary.c.

Referenced by sculpt_boundary_indices_init().

◆ preview_edges

EdgeSet* BoundaryFloodFillData::preview_edges

Definition at line 203 of file sculpt_boundary.c.


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