|
Blender V5.0
|
#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 476 of file BLI_generic_virtual_array.hh.
|
inline |
Definition at line 481 of file BLI_generic_virtual_array.hh.
References BLI_assert, blender::VArrayImpl< T >::size(), T, and varray_.
|
protected |
Definition at line 478 of file BLI_generic_virtual_array.hh.
Referenced by VMutableArrayImpl_For_GVMutableArray().