|
Blender V4.3
|
Inherits blender::GVArrayImpl.
Public Member Functions | |
| GVArray_For_ConvertedGVArray (GVArray varray, const CPPType &to_type, const DataTypeConversions &conversions) | |
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 519 of file type_conversions.cc.
|
inline |
Definition at line 526 of file type_conversions.cc.
References blender::bke::DataTypeConversions::get_conversion_functions().