Blender V4.3
blender::VMutableArrayImpl_For_GVMutableArray< T > Class Template Reference

#include <BLI_generic_virtual_array.hh>

Inherits blender::VMutableArrayImpl< T >.

Public Member Functions

 VMutableArrayImpl_For_GVMutableArray (GVMutableArray varray)
 
- Public Member Functions inherited from blender::VMutableArrayImpl< T >
virtual void set_all (Span< T > src)
 
- Public Member Functions inherited from blender::VArrayImpl< T >
 VArrayImpl (const int64_t size)
 
virtual ~VArrayImpl ()=default
 
int64_t size () const
 

Protected Attributes

GVMutableArray varray_
 
- Protected Attributes inherited from blender::VArrayImpl< T >
int64_t size_
 

Detailed Description

template<typename T>
class blender::VMutableArrayImpl_For_GVMutableArray< T >

Definition at line 500 of file BLI_generic_virtual_array.hh.

Constructor & Destructor Documentation

◆ VMutableArrayImpl_For_GVMutableArray()

template<typename T >
blender::VMutableArrayImpl_For_GVMutableArray< T >::VMutableArrayImpl_For_GVMutableArray ( GVMutableArray varray)
inline

Definition at line 505 of file BLI_generic_virtual_array.hh.

References BLI_assert, and blender::GVArrayCommon::type().

Member Data Documentation

◆ varray_

template<typename T >
GVMutableArray blender::VMutableArrayImpl_For_GVMutableArray< T >::varray_
protected

Definition at line 502 of file BLI_generic_virtual_array.hh.


The documentation for this class was generated from the following file: