|
Blender V4.3
|
#include <bmesh_walkers_private.hh>
Public Attributes | |
| BMwGenericWalker | header |
| BMEdge * | start |
| BMEdge * | cur |
| BMVert * | startv |
| BMVert * | lastv |
| int | face_count |
Definition at line 75 of file bmesh_walkers_private.hh.
| BMEdge * BMwNonManifoldEdgeLoopWalker::cur |
Definition at line 77 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), bmw_NonManifoldedgeWalker_step(), and bmw_NonManifoldedgeWalker_yield().
| int BMwNonManifoldEdgeLoopWalker::face_count |
Definition at line 79 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMwGenericWalker BMwNonManifoldEdgeLoopWalker::header |
Definition at line 76 of file bmesh_walkers_private.hh.
| BMVert * BMwNonManifoldEdgeLoopWalker::lastv |
Definition at line 78 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMEdge* BMwNonManifoldEdgeLoopWalker::start |
Definition at line 77 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMVert* BMwNonManifoldEdgeLoopWalker::startv |
Definition at line 78 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().