|
Blender V4.3
|
#include <BLI_generic_virtual_array.hh>
Inherits blender::GVMutableArrayImpl.
Inherited by blender::GVArrayImpl_For_GArray, and blender::GVArrayImpl_For_GSpan_final.
Public Member Functions | |
| GVArrayImpl_For_GSpan (const GMutableSpan span) | |
#GVArrayImpl_For_GSpan | |
| void | get (int64_t index, void *r_value) const override |
| void | get_to_uninitialized (int64_t index, void *r_value) const override |
| void | set_by_copy (int64_t index, const void *value) override |
| void | set_by_move (int64_t index, void *value) override |
| void | set_by_relocate (int64_t index, void *value) override |
| CommonVArrayInfo | common_info () const override |
| virtual void | materialize (const IndexMask &mask, void *dst) const override |
| virtual void | materialize_to_uninitialized (const IndexMask &mask, void *dst) const override |
| virtual void | materialize_compressed (const IndexMask &mask, void *dst) const override |
| virtual void | materialize_compressed_to_uninitialized (const IndexMask &mask, void *dst) const override |
Public Member Functions inherited from blender::GVMutableArrayImpl | |
| GVMutableArrayImpl (const CPPType &type, int64_t size) | |
| 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 bool | try_assign_VArray (void *varray) const |
Protected Member Functions | |
| GVArrayImpl_For_GSpan (const CPPType &type, int64_t size) | |
Protected Attributes | |
| void * | data_ = nullptr |
| const int64_t | element_size_ |
Protected Attributes inherited from blender::GVArrayImpl | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 569 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 575 of file BLI_generic_virtual_array.hh.
|
inlineprotected |
Definition at line 583 of file BLI_generic_virtual_array.hh.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 145 of file generic_virtual_array.cc.
References data_, and blender::CommonVArrayInfo::Span.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 120 of file generic_virtual_array.cc.
References blender::CPPType::copy_assign(), data_, element_size_, POINTER_OFFSET, and blender::GVArrayImpl::type_.
|
overridevirtual |
Implements blender::GVArrayImpl.
Definition at line 125 of file generic_virtual_array.cc.
References blender::CPPType::copy_construct(), data_, element_size_, POINTER_OFFSET, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 150 of file generic_virtual_array.cc.
References blender::CPPType::copy_assign_indices(), data_, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 160 of file generic_virtual_array.cc.
References blender::CPPType::copy_assign_compressed(), data_, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 165 of file generic_virtual_array.cc.
References blender::CPPType::copy_construct_compressed(), data_, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 155 of file generic_virtual_array.cc.
References blender::CPPType::copy_construct_indices(), data_, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVMutableArrayImpl.
Definition at line 130 of file generic_virtual_array.cc.
References blender::CPPType::copy_assign(), data_, element_size_, POINTER_OFFSET, and blender::GVArrayImpl::type_.
|
overridevirtual |
Implements blender::GVMutableArrayImpl.
Definition at line 135 of file generic_virtual_array.cc.
References data_, element_size_, blender::CPPType::move_construct(), POINTER_OFFSET, and blender::GVArrayImpl::type_.
|
overridevirtual |
Reimplemented from blender::GVMutableArrayImpl.
Definition at line 140 of file generic_virtual_array.cc.
References data_, element_size_, POINTER_OFFSET, blender::CPPType::relocate_assign(), and blender::GVArrayImpl::type_.
|
protected |
Definition at line 571 of file BLI_generic_virtual_array.hh.
Referenced by common_info(), get(), get_to_uninitialized(), materialize(), materialize_compressed(), materialize_compressed_to_uninitialized(), materialize_to_uninitialized(), set_by_copy(), set_by_move(), and set_by_relocate().
|
protected |
Definition at line 572 of file BLI_generic_virtual_array.hh.
Referenced by get(), get_to_uninitialized(), set_by_copy(), set_by_move(), and set_by_relocate().