|
Blender V4.3
|
#include <bmesh_walkers_private.hh>
Public Attributes | |
| BMwGenericWalker | header |
| BMEdge * | cur |
| BMEdge * | start |
| BMVert * | lastv |
| BMVert * | startv |
| BMFace * | f_hub |
| bool | is_boundary |
| bool | is_single |
Definition at line 49 of file bmesh_walkers_private.hh.
| BMEdge* BMwEdgeLoopWalker::cur |
Definition at line 51 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin(), bmw_EdgeLoopWalker_step(), and bmw_EdgeLoopWalker_yield().
| BMFace* BMwEdgeLoopWalker::f_hub |
Definition at line 53 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().
| BMwGenericWalker BMwEdgeLoopWalker::header |
Definition at line 50 of file bmesh_walkers_private.hh.
| bool BMwEdgeLoopWalker::is_boundary |
Definition at line 54 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().
| bool BMwEdgeLoopWalker::is_single |
Definition at line 55 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().
| BMVert* BMwEdgeLoopWalker::lastv |
Definition at line 52 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin(), and bmw_EdgeLoopWalker_step().
| BMEdge * BMwEdgeLoopWalker::start |
Definition at line 51 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin().
| BMVert * BMwEdgeLoopWalker::startv |
Definition at line 52 of file bmesh_walkers_private.hh.
Referenced by bmw_EdgeLoopWalker_begin().