|
Blender
V3.3
|
#include <bmesh_iterators.h>
Public Attributes | |
| union { | |
| struct BMIter__elem_of_mesh elem_of_mesh | |
| struct BMIter__edge_of_vert edge_of_vert | |
| struct BMIter__face_of_vert face_of_vert | |
| struct BMIter__loop_of_vert loop_of_vert | |
| struct BMIter__loop_of_edge loop_of_edge | |
| struct BMIter__loop_of_loop loop_of_loop | |
| struct BMIter__face_of_edge face_of_edge | |
| struct BMIter__vert_of_edge vert_of_edge | |
| struct BMIter__vert_of_face vert_of_face | |
| struct BMIter__edge_of_face edge_of_face | |
| struct BMIter__loop_of_face loop_of_face | |
| } | data |
| BMIter__begin_cb | begin |
| BMIter__step_cb | step |
| int | count |
| char | itype |
Definition at line 150 of file bmesh_iterators.h.
| BMIter__begin_cb BMIter::begin |
Definition at line 167 of file bmesh_iterators.h.
| int BMIter::count |
Definition at line 170 of file bmesh_iterators.h.
Referenced by BM_iter_as_arrayN(), tc_mesh_customdatacorrect_apply_vert(), and tc_mesh_customdatacorrect_init_vert().
| union { ... } BMIter::data |
| struct BMIter__edge_of_face BMIter::edge_of_face |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__edge_of_vert BMIter::edge_of_vert |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__elem_of_mesh BMIter::elem_of_mesh |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__face_of_edge BMIter::face_of_edge |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__face_of_vert BMIter::face_of_vert |
Definition at line 171 of file bmesh_iterators.h.
| char BMIter::itype |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__loop_of_edge BMIter::loop_of_edge |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__loop_of_face BMIter::loop_of_face |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__loop_of_loop BMIter::loop_of_loop |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__loop_of_vert BMIter::loop_of_vert |
Definition at line 171 of file bmesh_iterators.h.
| BMIter__step_cb BMIter::step |
Definition at line 168 of file bmesh_iterators.h.
| struct BMIter__vert_of_edge BMIter::vert_of_edge |
Definition at line 171 of file bmesh_iterators.h.
| struct BMIter__vert_of_face BMIter::vert_of_face |
Definition at line 171 of file bmesh_iterators.h.