|
Blender V4.3
|
Public Attributes | |
| BMVert * | prev |
| int | pass |
| int | face |
| int | flag |
Definition at line 26 of file bmesh_edgenet.cc.
| int VertNetInfo::face |
Definition at line 29 of file bmesh_edgenet.cc.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
| int VertNetInfo::flag |
Definition at line 30 of file bmesh_edgenet.cc.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
| int VertNetInfo::pass |
Definition at line 28 of file bmesh_edgenet.cc.
Referenced by bm_edgenet_path_calc(), bm_edgenet_path_check_overlap(), bm_edgenet_path_from_pass(), and bm_edgenet_path_step().
| BMVert* VertNetInfo::prev |
Definition at line 27 of file bmesh_edgenet.cc.
Referenced by bm_edgenet_path_calc(), bm_edgenet_path_check_overlap(), bm_edgenet_path_from_pass(), and bm_edgenet_path_step().