Blender V5.0
BLI_virtual_vector_array.hh File Reference

Go to the source code of this file.

Classes

class  blender::VVectorArray< T >

Namespaces

namespace  blender

Detailed Description

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.