|
Blender V4.3
|
Public Member Functions | |
#TseGroup | |
| void | add_element (TreeStoreElem &elem) |
| void | remove_element (TreeStoreElem &elem) |
Public Attributes | |
| blender::Vector< TreeStoreElem * > | elems |
| int | lastused = 0 |
| int | lastused_reset_count = -1 |
Definition at line 30 of file outliner_treehash.cc.
| void blender::bke::outliner::treehash::TseGroup::add_element | ( | TreeStoreElem & | elem | ) |
Definition at line 46 of file outliner_treehash.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append_and_get_index(), elems, and lastused.
| void blender::bke::outliner::treehash::TseGroup::remove_element | ( | TreeStoreElem & | elem | ) |
Definition at line 52 of file outliner_treehash.cc.
References elems, blender::Vector< T, InlineBufferCapacity, Allocator >::first_index_of(), and blender::Vector< T, InlineBufferCapacity, Allocator >::remove().
| blender::Vector<TreeStoreElem *> blender::bke::outliner::treehash::TseGroup::elems |
Definition at line 32 of file outliner_treehash.cc.
Referenced by add_element(), and remove_element().
| int blender::bke::outliner::treehash::TseGroup::lastused = 0 |
Definition at line 34 of file outliner_treehash.cc.
Referenced by add_element().
| int blender::bke::outliner::treehash::TseGroup::lastused_reset_count = -1 |
Definition at line 37 of file outliner_treehash.cc.