Blender
V3.3
|
#include <BLI_buffer.h>
Public Attributes | |
void * | data |
const size_t | elem_size |
size_t | count |
size_t | alloc_count |
int | flag |
Definition at line 13 of file BLI_buffer.h.
size_t BLI_Buffer::alloc_count |
Definition at line 16 of file BLI_buffer.h.
Referenced by pbvh_bmesh_edge_loops().
size_t BLI_Buffer::count |
Definition at line 16 of file BLI_buffer.h.
Referenced by bm_face_split_by_edges(), dynamics_step_sphdata_reduce(), isect_bvhtree_point_v3(), pbvh_bmesh_collapse_edge(), pbvh_bmesh_edge_loops(), pbvh_bmesh_split_edge(), and psys_sph_flush_springs().
void* BLI_Buffer::data |
Definition at line 14 of file BLI_buffer.h.
Referenced by bm_face_split_by_edges(), isect_bvhtree_point_v3(), and pbvh_bmesh_edge_loops().
const size_t BLI_Buffer::elem_size |
Definition at line 15 of file BLI_buffer.h.
int BLI_Buffer::flag |
Definition at line 17 of file BLI_buffer.h.