Blender
V3.3
|
#include "BLI_virtual_array.hh"
Go to the source code of this file.
Classes | |
class | blender::VVectorArray< T > |
Namespaces | |
blender | |
A virtual vector array gives access to an array of vectors. The individual vectors in the array can have different sizes.
The tradeoffs here are similar to virtual arrays.
Definition in file BLI_virtual_vector_array.hh.