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

#include <bmesh_walkers_private.h>

Public Attributes

BMwGenericWalker header
 
BMEdgecur
 
BMEdgestart
 
BMVertlastv
 
BMVertstartv
 
BMFacef_hub
 
bool is_boundary
 
bool is_single
 

Detailed Description

Definition at line 47 of file bmesh_walkers_private.h.

Member Data Documentation

◆ cur

BMEdge* BMwEdgeLoopWalker::cur

◆ f_hub

BMFace* BMwEdgeLoopWalker::f_hub

Definition at line 51 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ header

BMwGenericWalker BMwEdgeLoopWalker::header

Definition at line 48 of file bmesh_walkers_private.h.

◆ is_boundary

bool BMwEdgeLoopWalker::is_boundary

Definition at line 52 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ is_single

bool BMwEdgeLoopWalker::is_single

Definition at line 53 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ lastv

BMVert* BMwEdgeLoopWalker::lastv

Definition at line 50 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ start

BMEdge * BMwEdgeLoopWalker::start

Definition at line 49 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin().

◆ startv

BMVert * BMwEdgeLoopWalker::startv

Definition at line 50 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin().


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