|
Blender
V2.93
|
#include <FN_generic_virtual_array.hh>
Inherits blender::VArray< T >.
Public Member Functions | |
| VArrayForGVArray (const GVArray &array) | |
Public Member Functions inherited from blender::VArray< T > | |
| VArray (const int64_t size) | |
| virtual | ~VArray ()=default |
| T | get (const int64_t index) const |
| int64_t | size () const |
| bool | is_empty () const |
| bool | is_span () const |
| Span< T > | get_span () const |
| bool | is_single () const |
| T | get_single () const |
| T | operator[] (const int64_t index) const |
Protected Member Functions | |
| T | get_impl (const int64_t index) const override |
| bool | is_span_impl () const override |
| Span< T > | get_span_impl () const override |
| bool | is_single_impl () const override |
| T | get_single_impl () const override |
Additional Inherited Members | |
Protected Attributes inherited from blender::VArray< T > | |
| int64_t | size_ |
Definition at line 234 of file FN_generic_virtual_array.hh.
|
inline |
Definition at line 239 of file FN_generic_virtual_array.hh.
References BLI_assert, and blender::fn::GVArray::type().
|
inlineoverrideprotectedvirtual |
Implements blender::VArray< T >.
Definition at line 245 of file FN_generic_virtual_array.hh.
References blender::fn::GVArray::get(), and T.
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VArray< T >.
Definition at line 267 of file FN_generic_virtual_array.hh.
References blender::fn::GVArray::get_single(), and T.
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VArray< T >.
Definition at line 257 of file FN_generic_virtual_array.hh.
References blender::fn::GVArray::get_span().
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VArray< T >.
Definition at line 262 of file FN_generic_virtual_array.hh.
References blender::fn::GVArray::is_single().
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VArray< T >.
Definition at line 252 of file FN_generic_virtual_array.hh.
References blender::fn::GVArray::is_span().