|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| bool | BM_elem_cb_check_hflag_ex (BMElem *ele, void *user_data) |
| bool | BM_elem_cb_check_hflag_enabled (BMElem *ele, void *user_data) |
| bool | BM_elem_cb_check_hflag_disabled (BMElem *ele, void *user_data) |
| bool | BM_elem_cb_check_elem_not_equal (BMElem *ele, void *user_data) |
BM element callback functions.
Definition in file bmesh_callback_generic.c.
| 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.