Blender
V3.3
|
Public Attributes | |
TreeStoreElem ** | elems |
int | lastused |
int | lastused_reset_count |
int | size |
int | allocated |
Definition at line 22 of file outliner_treehash.c.
int TseGroup::allocated |
Definition at line 32 of file outliner_treehash.c.
Referenced by tse_group_add_element(), tse_group_create(), and tse_group_remove_element().
TreeStoreElem** TseGroup::elems |
Definition at line 23 of file outliner_treehash.c.
Referenced by BKE_outliner_treehash_lookup_any(), BKE_outliner_treehash_lookup_unused(), tse_group_add_element(), tse_group_create(), tse_group_free(), and tse_group_remove_element().
int TseGroup::lastused |
Definition at line 25 of file outliner_treehash.c.
Referenced by BKE_outliner_treehash_clear_used(), BKE_outliner_treehash_lookup_unused(), tse_group_add_element(), and tse_group_create().
int TseGroup::lastused_reset_count |
Definition at line 28 of file outliner_treehash.c.
Referenced by BKE_outliner_treehash_clear_used(), and BKE_outliner_treehash_lookup_unused().
int TseGroup::size |
Definition at line 30 of file outliner_treehash.c.
Referenced by BKE_outliner_treehash_lookup_unused(), BKE_outliner_treehash_remove_element(), tse_group_add_element(), tse_group_create(), and tse_group_remove_element().