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 106 of file bmesh_iterators.h.
BMEdge* BMIter__face_of_vert::e_first |
Definition at line 109 of file bmesh_iterators.h.
Referenced by bmiter__face_of_vert_begin().
BMEdge * BMIter__face_of_vert::e_next |
Definition at line 109 of file bmesh_iterators.h.
Referenced by bmiter__face_of_vert_begin(), and bmiter__face_of_vert_step().
BMLoop* BMIter__face_of_vert::l_first |
Definition at line 108 of file bmesh_iterators.h.
Referenced by bmiter__face_of_vert_begin(), and bmiter__face_of_vert_step().
BMLoop * BMIter__face_of_vert::l_next |
Definition at line 108 of file bmesh_iterators.h.
Referenced by bmiter__face_of_vert_begin(), and bmiter__face_of_vert_step().
BMVert* BMIter__face_of_vert::vdata |
Definition at line 107 of file bmesh_iterators.h.
Referenced by bmiter__face_of_vert_begin(), and bmiter__face_of_vert_step().