Blender V5.0
blender::GVMutableArrayImpl Class Referenceabstract

#include <BLI_generic_virtual_array.hh>

Inherits blender::GVArrayImpl.

Inherited by blender::GVArrayImpl_For_GSpan, blender::GVMutableArrayImpl_For_VMutableArray< T >, and blender::bke::GVMutableArray_For_ConvertedGVMutableArray.

Public Member Functions

 GVMutableArrayImpl (const CPPType &type, int64_t size)
virtual void set_by_move (int64_t index, void *value)=0
#GVMutableArrayImpl
virtual void set_by_copy (int64_t index, const void *value)
virtual void set_by_relocate (int64_t index, void *value)
virtual void set_all (const void *src)
virtual bool try_assign_VMutableArray (void *varray) const
Public Member Functions inherited from blender::GVArrayImpl
virtual ~GVArrayImpl ()=default
virtual void get_to_uninitialized (int64_t index, void *r_value) const =0
 GVArrayImpl (const CPPType &type, int64_t size)
const CPPTypetype () const
int64_t size () const
virtual void get (int64_t index, void *r_value) const
virtual CommonVArrayInfo common_info () const
virtual void materialize (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const
virtual void materialize_compressed (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const
virtual bool try_assign_VArray (void *varray) const

Additional Inherited Members

Protected Attributes inherited from blender::GVArrayImpl
const CPPTypetype_
int64_t size_

Detailed Description

Definition at line 57 of file BLI_generic_virtual_array.hh.

Constructor & Destructor Documentation

◆ GVMutableArrayImpl()

Member Function Documentation

◆ set_all()

◆ set_by_copy()

void blender::GVMutableArrayImpl::set_by_copy ( int64_t index,
const void * value )
virtual

◆ set_by_move()

virtual void blender::GVMutableArrayImpl::set_by_move ( int64_t index,
void * value )
pure virtual

◆ set_by_relocate()

void blender::GVMutableArrayImpl::set_by_relocate ( int64_t index,
void * value )
virtual

◆ try_assign_VMutableArray()

bool blender::GVMutableArrayImpl::try_assign_VMutableArray ( void * varray) const
virtual

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