|
Blender V5.0
|
#include <bmesh_walkers_private.hh>
Public Attributes | |
| BMwGenericWalker | header |
| BMEdge * | start |
| BMEdge * | cur |
| BMVert * | startv |
| BMVert * | lastv |
| int | face_count |
Definition at line 79 of file bmesh_walkers_private.hh.
| BMEdge * BMwNonManifoldEdgeLoopWalker::cur |
Definition at line 81 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 83 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMwGenericWalker BMwNonManifoldEdgeLoopWalker::header |
Definition at line 80 of file bmesh_walkers_private.hh.
| BMVert * BMwNonManifoldEdgeLoopWalker::lastv |
Definition at line 82 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMEdge* BMwNonManifoldEdgeLoopWalker::start |
Definition at line 81 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().
| BMVert* BMwNonManifoldEdgeLoopWalker::startv |
Definition at line 82 of file bmesh_walkers_private.hh.
Referenced by bmw_NonManifoldedgeWalker_begin(), and bmw_NonManifoldedgeWalker_step().