Blender
V3.3
|
Go to the source code of this file.
Functions | |
void * | AUD_createSet () |
void | AUD_destroySet (void *set) |
char | AUD_removeSet (void *set, void *entry) |
void | AUD_addSet (void *set, void *entry) |
void * | AUD_getSet (void *set) |
Adds a new entry to a set.
set | The set work on. |
entry | The entry to add. |
Definition at line 29 of file AUD_Set.cpp.
References blender::bke::curves::bezier::insert().
Removes one entry from a set and returns it.
set | The set work on. |
Definition at line 35 of file AUD_Set.cpp.
References result.
Removes an entry from a set.
set | The set work on. |
entry | The entry to remove. |
Definition at line 22 of file AUD_Set.cpp.