Blender  V2.93
Classes | Namespaces
FN_generic_vector_array.hh File Reference
#include "BLI_array.hh"
#include "BLI_linear_allocator.hh"
#include "FN_generic_virtual_vector_array.hh"

Go to the source code of this file.

Classes

class  blender::fn::GVectorArray
 
class  blender::fn::GVectorArray_TypedMutableRef< T >
 
class  blender::fn::GVVectorArrayForGVectorArray
 

Namespaces

 blender
 
 blender::fn
 

Detailed Description

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 FN_generic_vector_array.hh.