Blender
V3.3
|
#include <bmesh_iterators.h>
Public Attributes | |
BMVert * | vdata |
BMLoop * | l_first |
BMLoop * | l_next |
BMEdge * | e_first |
BMEdge * | e_next |
Definition at line 111 of file bmesh_iterators.h.
BMEdge* BMIter__loop_of_vert::e_first |
Definition at line 114 of file bmesh_iterators.h.
Referenced by bmiter__loop_of_vert_begin().
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().
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().
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().
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().