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

#include <sculpt_intern.h>

Public Attributes

int * neighbors
 
int size
 
int capacity
 
int neighbors_fixed [SCULPT_VERTEX_NEIGHBOR_FIXED_CAPACITY]
 
int num_duplicates
 
int i
 
int index
 
bool is_duplicate
 

Detailed Description

Definition at line 60 of file sculpt_intern.h.

Member Data Documentation

◆ capacity

int SculptVertexNeighborIter::capacity

◆ i

int SculptVertexNeighborIter::i

Definition at line 69 of file sculpt_intern.h.

◆ index

int SculptVertexNeighborIter::index

◆ is_duplicate

bool SculptVertexNeighborIter::is_duplicate

Definition at line 73 of file sculpt_intern.h.

Referenced by sculpt_boundary_edit_data_init(), and SCULPT_floodfill_execute().

◆ neighbors

int* SculptVertexNeighborIter::neighbors

◆ neighbors_fixed

int SculptVertexNeighborIter::neighbors_fixed[SCULPT_VERTEX_NEIGHBOR_FIXED_CAPACITY]

◆ num_duplicates

int SculptVertexNeighborIter::num_duplicates

◆ size

int SculptVertexNeighborIter::size

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