|
Blender V4.3
|
#include <bmesh_iterators.hh>
Public Attributes | |
| BMVert * | vdata |
| BMLoop * | l_first |
| BMLoop * | l_next |
| BMEdge * | e_first |
| BMEdge * | e_next |
Definition at line 114 of file bmesh_iterators.hh.
| BMEdge* BMIter__loop_of_vert::e_first |
Definition at line 117 of file bmesh_iterators.hh.
Referenced by bmiter__loop_of_vert_begin().
| BMEdge * BMIter__loop_of_vert::e_next |
Definition at line 117 of file bmesh_iterators.hh.
Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().
| BMLoop* BMIter__loop_of_vert::l_first |
Definition at line 116 of file bmesh_iterators.hh.
Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().
| BMLoop * BMIter__loop_of_vert::l_next |
Definition at line 116 of file bmesh_iterators.hh.
Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().
| BMVert* BMIter__loop_of_vert::vdata |
Definition at line 115 of file bmesh_iterators.hh.
Referenced by bmiter__loop_of_vert_begin(), and bmiter__loop_of_vert_step().