|
Blender V4.3
|
#include <BLI_buffer.h>
Public Attributes | |
| void * | data |
| size_t | elem_size |
| size_t | count |
| size_t | alloc_count |
| int | flag |
Definition at line 15 of file BLI_buffer.h.
| size_t BLI_Buffer::alloc_count |
Definition at line 18 of file BLI_buffer.h.
Referenced by BLI_buffer_reinit(), and BLI_buffer_resize().
| size_t BLI_Buffer::count |
Definition at line 18 of file BLI_buffer.h.
Referenced by _bli_buffer_append_array(), BLI_buffer_reinit(), BLI_buffer_resize(), bm_face_split_by_edges(), dynamics_step_sphdata_reduce(), and psys_sph_flush_springs().
| void* BLI_Buffer::data |
Definition at line 16 of file BLI_buffer.h.
Referenced by _bli_buffer_append_array(), _bli_buffer_free(), BLI_buffer_reinit(), BLI_buffer_resize(), bm_face_split_by_edges(), and buffer_realloc().
| size_t BLI_Buffer::elem_size |
Definition at line 17 of file BLI_buffer.h.
Referenced by _bli_buffer_append_array(), BLI_buffer_resize(), buffer_alloc(), and buffer_realloc().
| int BLI_Buffer::flag |
Definition at line 19 of file BLI_buffer.h.
Referenced by _bli_buffer_free(), BLI_buffer_reinit(), and BLI_buffer_resize().