|
Blender
V3.3
|
#include <BLI_generic_virtual_array.hh>
Public Member Functions | |
| GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size, const void *value) | |
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 bool | try_assign_VArray (void *varray) const |
Protected Member Functions | |
| GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size) | |
#GVArrayImpl_For_SingleValueRef | |
| 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 |
Protected Attributes | |
| const void * | value_ = nullptr |
Protected Attributes inherited from blender::GVArrayImpl | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 619 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 624 of file BLI_generic_virtual_array.hh.
|
inlineprotected |
Definition at line 630 of file BLI_generic_virtual_array.hh.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 185 of file generic_virtual_array.cc.
References blender::CommonVArrayInfo::Single, and value_.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 175 of file generic_virtual_array.cc.
References blender::CPPType::copy_assign(), blender::GVArrayImpl::type_, and value_.
|
overrideprotectedvirtual |
Implements blender::GVArrayImpl.
Definition at line 179 of file generic_virtual_array.cc.
References blender::CPPType::copy_construct(), blender::GVArrayImpl::type_, and value_.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 190 of file generic_virtual_array.cc.
References blender::CPPType::fill_assign_indices(), mask(), blender::GVArrayImpl::type_, and value_.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 201 of file generic_virtual_array.cc.
References blender::CPPType::fill_assign_n(), mask(), blender::GVArrayImpl::type_, and value_.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 206 of file generic_virtual_array.cc.
References blender::CPPType::fill_construct_n(), mask(), blender::GVArrayImpl::type_, and value_.
|
overrideprotectedvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 195 of file generic_virtual_array.cc.
References blender::CPPType::fill_construct_indices(), mask(), blender::GVArrayImpl::type_, and value_.
|
protected |
Definition at line 621 of file BLI_generic_virtual_array.hh.
Referenced by common_info(), get(), get_to_uninitialized(), blender::GVArrayImpl_For_SingleValue::GVArrayImpl_For_SingleValue(), materialize(), materialize_compressed(), materialize_compressed_to_uninitialized(), materialize_to_uninitialized(), and blender::GVArrayImpl_For_SingleValue::~GVArrayImpl_For_SingleValue().