Blender  V3.3
Public Member Functions | Protected Attributes | List of all members
blender::GVArrayImpl_For_GArray Class Reference
Inheritance diagram for blender::GVArrayImpl_For_GArray:
blender::GVArrayImpl_For_GSpan blender::GVMutableArrayImpl blender::GVArrayImpl

Public Member Functions

 GVArrayImpl_For_GArray (GArray<> array)
 
- 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
 
CommonVArrayInfo common_info () const override
 
virtual void materialize (const IndexMask mask, void *dst) const override
 
virtual void materialize_to_uninitialized (const IndexMask mask, void *dst) const override
 
virtual void materialize_compressed (const IndexMask mask, void *dst) const override
 
virtual void materialize_compressed_to_uninitialized (const IndexMask mask, void *dst) 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
 

Protected Attributes

GArray array_
 
- Protected Attributes inherited from blender::GVArrayImpl_For_GSpan
voiddata_ = nullptr
 
const int64_t element_size_
 
- Protected Attributes inherited from blender::GVArrayImpl
const CPPTypetype_
 
int64_t size_
 

Additional Inherited Members

- Protected Member Functions inherited from blender::GVArrayImpl_For_GSpan
 GVArrayImpl_For_GSpan (const CPPType &type, int64_t size)
 

Detailed Description

Definition at line 694 of file generic_virtual_array.cc.

Constructor & Destructor Documentation

◆ GVArrayImpl_For_GArray()

blender::GVArrayImpl_For_GArray::GVArrayImpl_For_GArray ( GArray<>  array)
inline

Definition at line 699 of file generic_virtual_array.cc.

Member Data Documentation

◆ array_

GArray blender::GVArrayImpl_For_GArray::array_
protected

Definition at line 696 of file generic_virtual_array.cc.


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