Blender  V2.93
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 61 of file bmesh_walkers_private.h.

Member Data Documentation

◆ cur

BMEdge* BMwEdgeLoopWalker::cur

◆ f_hub

BMFace* BMwEdgeLoopWalker::f_hub

Definition at line 65 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ header

BMwGenericWalker BMwEdgeLoopWalker::header

Definition at line 62 of file bmesh_walkers_private.h.

◆ is_boundary

bool BMwEdgeLoopWalker::is_boundary

Definition at line 66 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ is_single

bool BMwEdgeLoopWalker::is_single

Definition at line 67 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ lastv

BMVert* BMwEdgeLoopWalker::lastv

Definition at line 64 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().

◆ start

BMEdge * BMwEdgeLoopWalker::start

Definition at line 63 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin().

◆ startv

BMVert * BMwEdgeLoopWalker::startv

Definition at line 64 of file bmesh_walkers_private.h.

Referenced by bmw_EdgeLoopWalker_begin().


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