Blender  V3.3
blender::VArrayImpl_For_ArrayContainer< Container, T > Member List

This is the complete list of members for blender::VArrayImpl_For_ArrayContainer< Container, T >, including all inherited members.

common_info() const overrideblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotectedvirtual
data_blender::VArrayImpl_For_Span< typename Container::value_type >protected
get(const int64_t index) const finalblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotectedvirtual
is_same(const VArrayImpl< typename Container::value_type > &other) const finalblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotected
blender::VMutableArrayImpl::is_same(const VArrayImpl< T > &UNUSED(other)) constblender::VArrayImpl< T >inlinevirtual
materialize(IndexMask mask, MutableSpan< T > r_span) constblender::VArrayImpl< T >inlinevirtual
materialize_compressed(IndexMask mask, MutableSpan< typename Container::value_type > r_span) const overrideblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotected
blender::VMutableArrayImpl::materialize_compressed(IndexMask mask, MutableSpan< T > r_span) constblender::VArrayImpl< T >inlinevirtual
materialize_compressed_to_uninitialized(IndexMask mask, MutableSpan< typename Container::value_type > r_span) const overrideblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotected
blender::VMutableArrayImpl::materialize_compressed_to_uninitialized(IndexMask mask, MutableSpan< T > r_span) constblender::VArrayImpl< T >inlinevirtual
materialize_to_uninitialized(IndexMask mask, MutableSpan< T > r_span) constblender::VArrayImpl< T >inlinevirtual
set(const int64_t index, typename Container::value_type value) finalblender::VArrayImpl_For_Span< typename Container::value_type >inlineprotected
blender::VMutableArrayImpl::set(int64_t index, T value)=0blender::VMutableArrayImpl< T >pure virtual
set_all(Span< T > src)blender::VMutableArrayImpl< T >inlinevirtual
size() constblender::VArrayImpl< T >inline
size_blender::VArrayImpl< T >protected
try_assign_GVArray(GVArray &UNUSED(varray)) constblender::VArrayImpl< T >inlinevirtual
try_assign_GVMutableArray(GVMutableArray &UNUSED(varray)) constblender::VMutableArrayImpl< T >inlinevirtual
VArrayImpl(const int64_t size)blender::VArrayImpl< T >inline
VArrayImpl_For_ArrayContainer(Container container)blender::VArrayImpl_For_ArrayContainer< Container, T >inline
VArrayImpl_For_Span(const MutableSpan< typename Container::value_type > data)blender::VArrayImpl_For_Span< typename Container::value_type >inline
VArrayImpl_For_Span(const int64_t size)blender::VArrayImpl_For_Span< typename Container::value_type >inlineprotected
~VArrayImpl()=defaultblender::VArrayImpl< T >virtual