|
Blender
V3.3
|
#include <bmesh_walkers_private.h>
Public Attributes | |
| BMwGenericWalker | header |
| BMLoop * | base |
| BMVert * | lastv |
| BMLoop * | curloop |
Definition at line 35 of file bmesh_walkers_private.h.
| BMLoop* BMwIslandboundWalker::base |
Definition at line 37 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), and bmw_IslandboundWalker_step().
| BMLoop* BMwIslandboundWalker::curloop |
Definition at line 39 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), bmw_IslandboundWalker_step(), and bmw_IslandboundWalker_yield().
| BMwGenericWalker BMwIslandboundWalker::header |
Definition at line 36 of file bmesh_walkers_private.h.
| BMVert* BMwIslandboundWalker::lastv |
Definition at line 38 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), and bmw_IslandboundWalker_step().