|
Blender V5.0
|
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, bool dst_is_uninitialized) 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 722 of file type_conversions.cc.
|
inline |
Definition at line 729 of file type_conversions.cc.
References blender::bke::DataTypeConversions::get_conversion_functions(), blender::GVArrayImpl::GVArrayImpl(), blender::GVArrayImpl::size(), and blender::GVArrayImpl::type().