Blender V5.0
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 476 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 481 of file BLI_generic_virtual_array.hh.

References BLI_assert, blender::VArrayImpl< T >::size(), T, and varray_.

Member Data Documentation

◆ varray_

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

Definition at line 478 of file BLI_generic_virtual_array.hh.

Referenced by VMutableArrayImpl_For_GVMutableArray().


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