|
Blender
V3.3
|
#include <BLI_virtual_array.hh>
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 &UNUSED(varray)) const |
Public Member Functions inherited from blender::VArrayImpl< T > | |
| VArrayImpl (const int64_t size) | |
| virtual | ~VArrayImpl ()=default |
| int64_t | size () const |
| virtual CommonVArrayInfo | common_info () const |
| virtual void | materialize (IndexMask mask, MutableSpan< T > r_span) const |
| virtual void | materialize_to_uninitialized (IndexMask mask, MutableSpan< T > r_span) const |
| virtual void | materialize_compressed (IndexMask mask, MutableSpan< T > r_span) const |
| virtual void | materialize_compressed_to_uninitialized (IndexMask mask, MutableSpan< T > r_span) const |
| virtual bool | try_assign_GVArray (GVArray &UNUSED(varray)) const |
| virtual bool | is_same (const VArrayImpl< T > &UNUSED(other)) 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< T > | |
| int64_t | size_ |
final so that #may_have_ownership can be implemented reliably. Definition at line 454 of file BLI_virtual_array.hh.
|
inline |
Definition at line 459 of file BLI_virtual_array.hh.
|
friend |
Definition at line 468 of file BLI_virtual_array.hh.
References data_.