Blender  V3.3
Public Member Functions | Protected Attributes | List of all members
blender::VMutableArrayImpl_For_GVMutableArray< T > Class Template Reference

#include <BLI_generic_virtual_array.hh>

Inheritance diagram for blender::VMutableArrayImpl_For_GVMutableArray< T >:
blender::VMutableArrayImpl< T > blender::VArrayImpl< T >

Public Member Functions

 VMutableArrayImpl_For_GVMutableArray (GVMutableArray varray)
 
- Public Member Functions inherited from blender::VMutableArrayImpl< T >
virtual void set_all (Span< T > src)
 
virtual bool try_assign_GVMutableArray (GVMutableArray &UNUSED(varray)) const
 
- Public Member Functions inherited from blender::VArrayImpl< T >
 VArrayImpl (const int64_t size)
 
virtual ~VArrayImpl ()=default
 
int64_t size () const
 
virtual bool try_assign_GVArray (GVArray &UNUSED(varray)) const
 
virtual bool is_same (const VArrayImpl< T > &UNUSED(other)) 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 496 of file BLI_generic_virtual_array.hh.

Constructor & Destructor Documentation

◆ VMutableArrayImpl_For_GVMutableArray()

Definition at line 501 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 498 of file BLI_generic_virtual_array.hh.


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