Blender  V2.93
Classes | Namespaces
FN_generic_virtual_array.hh File Reference
#include "BLI_virtual_array.hh"
#include "FN_generic_span.hh"

Go to the source code of this file.

Classes

class  blender::fn::GVArray
 
class  blender::fn::GVArrayForGSpan
 
class  blender::fn::GVArrayForEmpty
 
class  blender::fn::GVArrayForSingleValueRef
 
class  blender::fn::GVArrayForVArray< T >
 
class  blender::fn::VArrayForGVArray< T >
 

Namespaces

 blender
 
 blender::fn
 

Detailed Description

A generic virtual array is the same as a virtual array from blenlib, except for the fact that the data type is only known at runtime.

Definition in file FN_generic_virtual_array.hh.