|
Blender V4.3
|
Inherits blender::GVMutableArrayImpl.
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 CPPType & | type () const |
| int64_t | size () const |
| virtual CommonVArrayInfo | common_info () const |
| virtual void | materialize_compressed (const IndexMask &mask, void *dst) const |
| virtual void | materialize_compressed_to_uninitialized (const IndexMask &mask, void *dst) const |
| virtual bool | try_assign_VArray (void *varray) const |
Additional Inherited Members | |
Protected Attributes inherited from blender::GVArrayImpl | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 566 of file type_conversions.cc.
|
inline |
Definition at line 574 of file type_conversions.cc.
References blender::bke::DataTypeConversions::get_conversion_functions().