|
Blender V4.3
|
#include <BLI_generic_virtual_array.hh>
Inherits blender::GVArrayImpl_For_GSpan.
Public Member Functions | |
| GVArrayImpl_For_GSpan (const GMutableSpan span) | |
| GVArrayImpl_For_GSpan (const CPPType &type, int64_t size) | |
Public Member Functions inherited from blender::GVArrayImpl_For_GSpan | |
| GVArrayImpl_For_GSpan (const GMutableSpan span) | |
| 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 |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from blender::GVArrayImpl_For_GSpan | |
| GVArrayImpl_For_GSpan (const CPPType &type, int64_t size) | |
Protected Attributes inherited from blender::GVArrayImpl_For_GSpan | |
| void * | data_ = nullptr |
| const int64_t | element_size_ |
Protected Attributes inherited from blender::GVArrayImpl | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 606 of file BLI_generic_virtual_array.hh.
Definition at line 583 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 575 of file BLI_generic_virtual_array.hh.