|
Blender V5.0
|
#include <BLI_virtual_array.hh>
Inherits blender::VMutableArrayImpl< ElemT >.
Public Member Functions | |
| VArrayImpl_For_DerivedSpan (const MutableSpan< StructT > data) | |
| Public Member Functions inherited from blender::VMutableArrayImpl< ElemT > | |
| virtual void | set_all (Span< ElemT > src) |
| virtual bool | try_assign_GVMutableArray (GVMutableArray &) const |
| Public Member Functions inherited from blender::VArrayImpl< ElemT > | |
| VArrayImpl (const int64_t size) | |
| virtual | ~VArrayImpl ()=default |
| int64_t | size () const |
| virtual CommonVArrayInfo | common_info () const |
| virtual bool | try_assign_GVArray (GVArray &) const |
Friends | |
| template<typename OtherStructT, typename OtherElemT, OtherElemT(*)(const OtherStructT &) OtherGetFunc, void(*)(OtherStructT &, OtherElemT) OtherSetFunc> | |
| class | VArrayImpl_For_DerivedSpan |
Additional Inherited Members | |
| Protected Attributes inherited from blender::VArrayImpl< ElemT > | |
| int64_t | size_ |
Definition at line 434 of file BLI_virtual_array.hh.
|
inline |
Definition at line 439 of file BLI_virtual_array.hh.
References data, and blender::VArrayImpl< ElemT >::size().
|
friend |
Definition at line 448 of file BLI_virtual_array.hh.
References VArrayImpl_For_DerivedSpan.
Referenced by VArrayImpl_For_DerivedSpan.