|
Blender V4.3
|
Inherits blender::GVArrayImpl.
Public Member Functions | |
| GVArrayImpl_For_SlicedGVArray (GVArray varray, const IndexRange slice) | |
| 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 final |
| void | materialize_to_uninitialized (const IndexMask &mask, void *dst) const final |
| void | materialize_compressed (const IndexMask &mask, void *dst) const final |
| void | materialize_compressed_to_uninitialized (const IndexMask &mask, void *dst) const override |
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 Attributes | |
| GVArray | varray_ |
| int64_t | offset_ |
| IndexRange | slice_ |
Protected Attributes inherited from blender::GVArrayImpl | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 468 of file generic_virtual_array.cc.
|
inline |
Definition at line 475 of file generic_virtual_array.cc.
References BLI_assert, blender::IndexRange::one_after_last(), blender::GVArrayCommon::size(), and varray_.
|
inlineoverridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 494 of file generic_virtual_array.cc.
References blender::CommonVArrayInfo::Any, BLI_assert_unreachable, blender::GVArrayCommon::common_info(), blender::CommonVArrayInfo::data, blender::CommonVArrayInfo::may_have_ownership, offset_, POINTER_OFFSET, blender::CommonVArrayInfo::Single, blender::CPPType::size(), blender::CommonVArrayInfo::Span, blender::CommonVArrayInfo::type, blender::GVArrayImpl::type_, and varray_.
|
inlineoverridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 484 of file generic_virtual_array.cc.
References blender::GVArrayCommon::get(), offset_, and varray_.
|
inlineoverridevirtual |
Implements blender::GVArrayImpl.
Definition at line 489 of file generic_virtual_array.cc.
References blender::GVArrayCommon::get_to_uninitialized(), offset_, and varray_.
|
inlinefinalvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 514 of file generic_virtual_array.cc.
References blender::GVArrayCommon::materialize(), offset_, POINTER_OFFSET, blender::index_mask::IndexMask::shift(), blender::CPPType::size(), blender::GVArrayImpl::type_, and varray_.
|
inlinefinalvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 528 of file generic_virtual_array.cc.
References blender::GVArrayCommon::materialize_compressed(), offset_, blender::index_mask::IndexMask::shift(), and varray_.
|
inlineoverridevirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 534 of file generic_virtual_array.cc.
References blender::GVArrayCommon::materialize_compressed_to_uninitialized(), offset_, blender::index_mask::IndexMask::shift(), and varray_.
|
inlinefinalvirtual |
Reimplemented from blender::GVArrayImpl.
Definition at line 521 of file generic_virtual_array.cc.
References blender::GVArrayCommon::materialize_to_uninitialized(), offset_, POINTER_OFFSET, blender::index_mask::IndexMask::shift(), blender::CPPType::size(), blender::GVArrayImpl::type_, and varray_.
|
protected |
Definition at line 471 of file generic_virtual_array.cc.
Referenced by common_info(), get(), get_to_uninitialized(), materialize(), materialize_compressed(), materialize_compressed_to_uninitialized(), and materialize_to_uninitialized().
|
protected |
Definition at line 472 of file generic_virtual_array.cc.
|
protected |
Definition at line 470 of file generic_virtual_array.cc.
Referenced by common_info(), get(), get_to_uninitialized(), GVArrayImpl_For_SlicedGVArray(), materialize(), materialize_compressed(), materialize_compressed_to_uninitialized(), and materialize_to_uninitialized().