|
Blender
V2.93
|
#include <bmesh_walkers_private.h>
Public Attributes | |
| BMwGenericWalker | header |
| BMLoop * | base |
| BMVert * | lastv |
| BMLoop * | curloop |
Definition at line 49 of file bmesh_walkers_private.h.
| BMLoop* BMwIslandboundWalker::base |
Definition at line 51 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), and bmw_IslandboundWalker_step().
| BMLoop* BMwIslandboundWalker::curloop |
Definition at line 53 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), bmw_IslandboundWalker_step(), and bmw_IslandboundWalker_yield().
| BMwGenericWalker BMwIslandboundWalker::header |
Definition at line 50 of file bmesh_walkers_private.h.
| BMVert* BMwIslandboundWalker::lastv |
Definition at line 52 of file bmesh_walkers_private.h.
Referenced by bmw_IslandboundWalker_begin(), and bmw_IslandboundWalker_step().