Blender V5.0
blender::GVArrayImpl_For_GSpan_final Class Referencefinal

#include <BLI_generic_virtual_array.hh>

Inherits blender::GVArrayImpl_For_GSpan.

Public Member Functions

 GVArrayImpl_For_GSpan (const GMutableSpan span)
 GVArrayImpl_For_GSpan (const CPPType &type, int64_t size)
Public Member Functions inherited from blender::GVArrayImpl_For_GSpan
 GVArrayImpl_For_GSpan (const GMutableSpan span)
void get (int64_t index, void *r_value) const override
void get_to_uninitialized (int64_t index, void *r_value) const override
void set_by_copy (int64_t index, const void *value) override
void set_by_move (int64_t index, void *value) override
void set_by_relocate (int64_t index, void *value) override
void materialize (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const override
void materialize_compressed (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const override
Public Member Functions inherited from blender::GVMutableArrayImpl
 GVMutableArrayImpl (const CPPType &type, int64_t size)
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
 GVArrayImpl (const CPPType &type, int64_t size)
const CPPTypetype () const
int64_t size () const
virtual bool try_assign_VArray (void *varray) const

Additional Inherited Members

Protected Member Functions inherited from blender::GVArrayImpl_For_GSpan
 GVArrayImpl_For_GSpan (const CPPType &type, int64_t size)
Protected Attributes inherited from blender::GVArrayImpl_For_GSpan
void * data_ = nullptr
const int64_t element_size_
Protected Attributes inherited from blender::GVArrayImpl
const CPPTypetype_
int64_t size_

Detailed Description

Definition at line 573 of file BLI_generic_virtual_array.hh.

Member Function Documentation

◆ GVArrayImpl_For_GSpan() [1/2]

◆ GVArrayImpl_For_GSpan() [2/2]


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