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

#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
 

Detailed Description

Definition at line 150 of file bmesh_iterators.h.

Member Data Documentation

◆ begin

BMIter__begin_cb BMIter::begin

Definition at line 167 of file bmesh_iterators.h.

◆ count

int BMIter::count

◆ 

union { ... } BMIter::data

◆ edge_of_face

struct BMIter__edge_of_face BMIter::edge_of_face

Definition at line 171 of file bmesh_iterators.h.

◆ edge_of_vert

struct BMIter__edge_of_vert BMIter::edge_of_vert

Definition at line 171 of file bmesh_iterators.h.

◆ elem_of_mesh

struct BMIter__elem_of_mesh BMIter::elem_of_mesh

Definition at line 171 of file bmesh_iterators.h.

◆ face_of_edge

struct BMIter__face_of_edge BMIter::face_of_edge

Definition at line 171 of file bmesh_iterators.h.

◆ face_of_vert

struct BMIter__face_of_vert BMIter::face_of_vert

Definition at line 171 of file bmesh_iterators.h.

◆ itype

char BMIter::itype

Definition at line 171 of file bmesh_iterators.h.

◆ loop_of_edge

struct BMIter__loop_of_edge BMIter::loop_of_edge

Definition at line 171 of file bmesh_iterators.h.

◆ loop_of_face

struct BMIter__loop_of_face BMIter::loop_of_face

Definition at line 171 of file bmesh_iterators.h.

◆ loop_of_loop

struct BMIter__loop_of_loop BMIter::loop_of_loop

Definition at line 171 of file bmesh_iterators.h.

◆ loop_of_vert

struct BMIter__loop_of_vert BMIter::loop_of_vert

Definition at line 171 of file bmesh_iterators.h.

◆ step

BMIter__step_cb BMIter::step

Definition at line 168 of file bmesh_iterators.h.

◆ vert_of_edge

struct BMIter__vert_of_edge BMIter::vert_of_edge

Definition at line 171 of file bmesh_iterators.h.

◆ vert_of_face

struct BMIter__vert_of_face BMIter::vert_of_face

Definition at line 171 of file bmesh_iterators.h.


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