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

#include <bmesh_iterators.h>

Public Attributes

BMVertvdata
 
BMLoopl_first
 
BMLoopl_next
 
BMEdgee_first
 
BMEdgee_next
 

Detailed Description

Definition at line 111 of file bmesh_iterators.h.

Member Data Documentation

◆ e_first

BMEdge* BMIter__loop_of_vert::e_first

Definition at line 114 of file bmesh_iterators.h.

Referenced by bmiter__loop_of_vert_begin().

◆ e_next

BMEdge * BMIter__loop_of_vert::e_next

Definition at line 114 of file bmesh_iterators.h.

Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().

◆ l_first

BMLoop* BMIter__loop_of_vert::l_first

Definition at line 113 of file bmesh_iterators.h.

Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().

◆ l_next

BMLoop * BMIter__loop_of_vert::l_next

Definition at line 113 of file bmesh_iterators.h.

Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().

◆ vdata

BMVert* BMIter__loop_of_vert::vdata

Definition at line 112 of file bmesh_iterators.h.

Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().


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