Blender  V3.3
Public Member Functions | List of all members
blender::bke::GVMutableArray_For_ConvertedGVMutableArray Class Reference
Inheritance diagram for blender::bke::GVMutableArray_For_ConvertedGVMutableArray:
blender::GVMutableArrayImpl blender::GVArrayImpl

Public Member Functions

 GVMutableArray_For_ConvertedGVMutableArray (GVMutableArray varray, const CPPType &to_type, const DataTypeConversions &conversions)
 
- Public Member Functions inherited from blender::GVMutableArrayImpl
 GVMutableArrayImpl (const CPPType &type, int64_t size)
 
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
 
 GVArrayImpl (const CPPType &type, int64_t size)
 
const CPPTypetype () const
 
int64_t size () const
 
virtual CommonVArrayInfo common_info () const
 
virtual void materialize (const IndexMask mask, void *dst) const
 
virtual void materialize_to_uninitialized (const IndexMask mask, void *dst) const
 
virtual void materialize_compressed (IndexMask mask, void *dst) const
 
virtual void materialize_compressed_to_uninitialized (IndexMask mask, void *dst) 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 419 of file type_conversions.cc.

Constructor & Destructor Documentation

◆ GVMutableArray_For_ConvertedGVMutableArray()

blender::bke::GVMutableArray_For_ConvertedGVMutableArray::GVMutableArray_For_ConvertedGVMutableArray ( GVMutableArray  varray,
const CPPType to_type,
const DataTypeConversions conversions 
)
inline

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