|
Blender V4.3
|
#include <BLI_generic_virtual_array.hh>
Inherits blender::VMutableArrayImpl< T >.
Public Member Functions | |
| VMutableArrayImpl_For_GVMutableArray (GVMutableArray varray) | |
Public Member Functions inherited from blender::VMutableArrayImpl< T > | |
| virtual void | set_all (Span< T > src) |
Public Member Functions inherited from blender::VArrayImpl< T > | |
| VArrayImpl (const int64_t size) | |
| virtual | ~VArrayImpl ()=default |
| int64_t | size () const |
Protected Attributes | |
| GVMutableArray | varray_ |
Protected Attributes inherited from blender::VArrayImpl< T > | |
| int64_t | size_ |
Definition at line 500 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 505 of file BLI_generic_virtual_array.hh.
References BLI_assert, and blender::GVArrayCommon::type().
|
protected |
Definition at line 502 of file BLI_generic_virtual_array.hh.