|
Blender
V2.93
|
#include <BLI_scanfill.h>
Public Attributes | |
| ListBase | fillvertbase |
| ListBase | filledgebase |
| ListBase | fillfacebase |
| unsigned short | poly_nr |
| struct MemArena * | arena |
Definition at line 32 of file BLI_scanfill.h.
| struct MemArena* ScanFillContext::arena |
Definition at line 42 of file BLI_scanfill.h.
Referenced by addfillface(), BLI_scanfill_begin(), BLI_scanfill_begin_arena(), BLI_scanfill_edge_add(), BLI_scanfill_end(), BLI_scanfill_end_arena(), and BLI_scanfill_vert_add().
| ListBase ScanFillContext::filledgebase |
Definition at line 34 of file BLI_scanfill.h.
Referenced by BKE_maskrasterize_handle_init(), BLI_scanfill_calc_ex(), BLI_scanfill_calc_self_isect(), BLI_scanfill_edge_add(), BLI_scanfill_end(), BLI_scanfill_end_arena(), mergepolysSimp(), scanfill(), scanfill_preprocess_self_isect(), splitlist(), and testvertexnearedge().
| ListBase ScanFillContext::fillfacebase |
Definition at line 35 of file BLI_scanfill.h.
Referenced by addfillface(), BKE_displist_fill(), BKE_maskrasterize_handle_init(), BLI_scanfill_end(), BLI_scanfill_end_arena(), and bmo_triangle_fill_exec().
| ListBase ScanFillContext::fillvertbase |
Definition at line 33 of file BLI_scanfill.h.
Referenced by BKE_displist_fill(), BKE_maskrasterize_handle_init(), BLI_scanfill_calc_ex(), BLI_scanfill_calc_self_isect(), BLI_scanfill_end(), BLI_scanfill_end_arena(), BLI_scanfill_vert_add(), bmo_triangle_fill_exec(), mergepolysSimp(), scanfill(), splitlist(), and testvertexnearedge().
| unsigned short ScanFillContext::poly_nr |
Definition at line 39 of file BLI_scanfill.h.
Referenced by BKE_displist_fill(), BKE_maskrasterize_handle_init(), BLI_scanfill_begin(), BLI_scanfill_begin_arena(), BLI_scanfill_calc_ex(), BLI_scanfill_calc_self_isect(), BLI_scanfill_edge_add(), and BLI_scanfill_vert_add().