|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | BM_elem_cb_check_hflag_ex_simple(type, hflag_p, hflag_n) |
| #define | BM_elem_cb_check_hflag_enabled_simple(type, hflag_p) (bool (*)(type, void *)) BM_elem_cb_check_hflag_enabled, POINTER_FROM_UINT((hflag_p)) |
| #define | BM_elem_cb_check_hflag_disabled_simple(type, hflag_n) (bool (*)(type, void *)) BM_elem_cb_check_hflag_disabled, POINTER_FROM_UINT(hflag_n) |
Functions | |
| bool | BM_elem_cb_check_hflag_enabled (BMElem *, void *user_data) |
| bool | BM_elem_cb_check_hflag_disabled (BMElem *, void *user_data) |
| bool | BM_elem_cb_check_hflag_ex (BMElem *, void *user_data) |
| bool | BM_elem_cb_check_elem_not_equal (BMElem *ele, void *user_data) |
| #define BM_elem_cb_check_hflag_disabled_simple | ( | type, | |
| hflag_n | |||
| ) | (bool (*)(type, void *)) BM_elem_cb_check_hflag_disabled, POINTER_FROM_UINT(hflag_n) |
Definition at line 35 of file bmesh_callback_generic.h.
| #define BM_elem_cb_check_hflag_enabled_simple | ( | type, | |
| hflag_p | |||
| ) | (bool (*)(type, void *)) BM_elem_cb_check_hflag_enabled, POINTER_FROM_UINT((hflag_p)) |
Definition at line 32 of file bmesh_callback_generic.h.
| #define BM_elem_cb_check_hflag_ex_simple | ( | type, | |
| hflag_p, | |||
| hflag_n | |||
| ) |
Definition at line 28 of file bmesh_callback_generic.h.
| bool BM_elem_cb_check_elem_not_equal | ( | BMElem * | ele, |
| void * | user_data | ||
| ) |
Definition at line 52 of file bmesh_callback_generic.c.
References user_data.
| bool BM_elem_cb_check_hflag_disabled | ( | BMElem * | ele, |
| void * | user_data | ||
| ) |
Definition at line 45 of file bmesh_callback_generic.c.
References BM_elem_flag_test, POINTER_AS_INT, and user_data.
Referenced by initSnappingMode().
| bool BM_elem_cb_check_hflag_enabled | ( | BMElem * | ele, |
| void * | user_data | ||
| ) |
Definition at line 38 of file bmesh_callback_generic.c.
References BM_elem_flag_test, POINTER_AS_INT, and user_data.
| bool BM_elem_cb_check_hflag_ex | ( | BMElem * | ele, |
| void * | user_data | ||
| ) |
Definition at line 29 of file bmesh_callback_generic.c.
References BM_elem_flag_test, POINTER_AS_INT, and user_data.