Blender
V3.3
|
#include "BLI_array.hh"
#include "BLI_generic_virtual_vector_array.hh"
#include "BLI_linear_allocator.hh"
Go to the source code of this file.
Classes | |
class | blender::GVectorArray |
class | blender::GVectorArray_TypedMutableRef< T > |
class | blender::GVVectorArray_For_GVectorArray |
Namespaces | |
blender | |
AGVectorArray
is a container for a fixed amount of dynamically growing vectors with a generic data type. Its main use case is to store many small vectors with few separate allocations. Using this structure is generally more efficient than allocating each vector separately.
Definition in file BLI_generic_vector_array.hh.