|
Blender
V3.3
|
#include <BLI_generic_virtual_array.hh>
Public Member Functions | |
| VMutableArrayImpl_For_GVMutableArray (GVMutableArray varray) | |
Public Member Functions inherited from blender::VMutableArrayImpl< T > | |
| virtual void | set_all (Span< T > src) |
| virtual bool | try_assign_GVMutableArray (GVMutableArray &UNUSED(varray)) const |
Public Member Functions inherited from blender::VArrayImpl< T > | |
| VArrayImpl (const int64_t size) | |
| virtual | ~VArrayImpl ()=default |
| int64_t | size () const |
| virtual bool | try_assign_GVArray (GVArray &UNUSED(varray)) const |
| virtual bool | is_same (const VArrayImpl< T > &UNUSED(other)) const |
Protected Attributes | |
| GVMutableArray | varray_ |
Protected Attributes inherited from blender::VArrayImpl< T > | |
| int64_t | size_ |
Definition at line 496 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 501 of file BLI_generic_virtual_array.hh.
References BLI_assert, and blender::GVArrayCommon::type().
|
protected |
Definition at line 498 of file BLI_generic_virtual_array.hh.