Blender
V3.3
|
Public Member Functions | |
GVArrayImpl_For_SingleValue (const CPPType &type, const int64_t size, const void *value) | |
~GVArrayImpl_For_SingleValue () override | |
![]() | |
GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size, const void *value) | |
![]() | |
virtual | ~GVArrayImpl ()=default |
GVArrayImpl (const CPPType &type, int64_t size) | |
const CPPType & | type () const |
int64_t | size () const |
virtual bool | try_assign_VArray (void *varray) const |
Additional Inherited Members | |
![]() | |
GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size) | |
void | get (const int64_t index, void *r_value) const override |
void | get_to_uninitialized (const int64_t index, void *r_value) const override |
CommonVArrayInfo | common_info () const override |
void | materialize (const IndexMask mask, void *dst) const override |
void | materialize_to_uninitialized (const IndexMask mask, void *dst) const override |
void | materialize_compressed (const IndexMask mask, void *dst) const override |
void | materialize_compressed_to_uninitialized (const IndexMask mask, void *dst) const override |
![]() | |
const void * | value_ = nullptr |
![]() | |
const CPPType * | type_ |
int64_t | size_ |
Definition at line 219 of file generic_virtual_array.cc.
|
inline |
Definition at line 223 of file generic_virtual_array.cc.
References blender::CPPType::alignment(), blender::CPPType::copy_construct(), MEM_mallocN_aligned, blender::CPPType::size(), blender::GVArrayImpl::type(), and blender::GVArrayImpl_For_SingleValueRef::value_.
|
inlineoverride |
Definition at line 230 of file generic_virtual_array.cc.
References blender::CPPType::destruct(), MEM_freeN, blender::GVArrayImpl::type_, and blender::GVArrayImpl_For_SingleValueRef::value_.