|
Blender
V2.93
|
Public Attributes | |
| TreeStoreElem ** | elems |
| int | lastused |
| int | size |
| int | allocated |
Definition at line 36 of file outliner_treehash.c.
| int TseGroup::allocated |
Definition at line 40 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 37 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 38 of file outliner_treehash.c.
Referenced by BKE_outliner_treehash_add_element(), BKE_outliner_treehash_clear_used(), BKE_outliner_treehash_lookup_unused(), and tse_group_create().
| int TseGroup::size |
Definition at line 39 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().