Blender  V3.3
List of all members
blender::VArrayImpl_For_Span_final< T > Class Template Referencefinal

#include <BLI_virtual_array.hh>

Inheritance diagram for blender::VArrayImpl_For_Span_final< T >:
blender::VArrayImpl_For_Span< T > blender::VMutableArrayImpl< T > blender::VArrayImpl< T >

Additional Inherited Members

- Public Member Functions inherited from blender::VArrayImpl_For_Span< T >
 VArrayImpl_For_Span (const MutableSpan< T > data)
 
- 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 void materialize (IndexMask mask, MutableSpan< T > r_span) const
 
virtual void materialize_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
 
- Protected Member Functions inherited from blender::VArrayImpl_For_Span< T >
 VArrayImpl_For_Span (const int64_t size)
 
T get (const int64_t index) const final
 
void set (const int64_t index, T value) final
 
bool is_same (const VArrayImpl< T > &other) const final
 
void materialize_compressed (IndexMask mask, MutableSpan< T > r_span) const override
 
void materialize_compressed_to_uninitialized (IndexMask mask, MutableSpan< T > r_span) const override
 
- Protected Attributes inherited from blender::VArrayImpl_For_Span< T >
Tdata_ = nullptr
 
- Protected Attributes inherited from blender::VArrayImpl< T >
int64_t size_
 

Detailed Description

template<typename T>
class blender::VArrayImpl_For_Span_final< T >

A version of VArrayImpl_For_Span that can not be subclassed. This allows safely overwriting the #may_have_ownership method.

Definition at line 314 of file BLI_virtual_array.hh.


The documentation for this class was generated from the following file: