#include <BLI_generic_virtual_array.hh>
|
| | GVArrayImpl_For_GSpan (const GMutableSpan span) |
| |
| | GVArrayImpl_For_GSpan (const CPPType &type, int64_t size) |
| |
| | 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 |
| |
| | GVMutableArrayImpl (const CPPType &type, int64_t size) |
| |
| virtual void | set_all (const void *src) |
| |
| virtual bool | try_assign_VMutableArray (void *varray) const |
| |
| 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 |
| |
◆ GVArrayImpl_For_GSpan() [1/2]
| blender::GVArrayImpl_For_GSpan::GVArrayImpl_For_GSpan |
|
inline |
◆ GVArrayImpl_For_GSpan() [2/2]
| blender::GVArrayImpl_For_GSpan::GVArrayImpl_For_GSpan |
|
inline |
The documentation for this class was generated from the following files: