|
Blender
V2.93
|
#include <FN_generic_virtual_array.hh>
Inherits blender::fn::GVArray.
Public Member Functions | |
| GVArrayForSingleValueRef (const CPPType &type, const int64_t size, const void *value) | |
Public Member Functions inherited from blender::fn::GVArray | |
| GVArray (const CPPType &type, const int64_t size) | |
| virtual | ~GVArray ()=default |
| const CPPType & | type () const |
| int64_t | size () const |
| bool | is_empty () const |
| void | get (const int64_t index, void *r_value) const |
| void | get_to_uninitialized (const int64_t index, void *r_value) const |
| bool | is_span () const |
| GSpan | get_span () const |
| bool | is_single () const |
| void | get_single (void *r_value) const |
| void | get_single_to_uninitialized (void *r_value) const |
| void | materialize_to_uninitialized (const IndexMask mask, void *dst) const |
Protected Member Functions | |
| void | get_impl (const int64_t index, void *r_value) const override |
| void | get_to_uninitialized_impl (const int64_t index, void *r_value) const override |
| bool | is_span_impl () const override |
| GSpan | get_span_impl () const override |
| bool | is_single_impl () const override |
| void | get_single_impl (void *r_value) const override |
Protected Member Functions inherited from blender::fn::GVArray | |
| virtual void | get_single_impl (void *UNUSED(r_value)) const |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::GVArray | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 171 of file FN_generic_virtual_array.hh.
|
inline |
Definition at line 176 of file FN_generic_virtual_array.hh.
|
overrideprotectedvirtual |
Reimplemented from blender::fn::GVArray.
Definition at line 76 of file generic_virtual_array.cc.
References blender::fn::CPPType::copy_to_initialized(), and blender::fn::GVArray::type_.
|
overrideprotected |
Definition at line 102 of file generic_virtual_array.cc.
References blender::fn::CPPType::copy_to_initialized(), and blender::fn::GVArray::type_.
|
overrideprotectedvirtual |
Reimplemented from blender::fn::GVArray.
Definition at line 92 of file generic_virtual_array.cc.
References blender::fn::GVArray::type_.
|
overrideprotectedvirtual |
Implements blender::fn::GVArray.
Definition at line 81 of file generic_virtual_array.cc.
References blender::fn::CPPType::copy_to_uninitialized(), and blender::fn::GVArray::type_.
|
overrideprotectedvirtual |
Reimplemented from blender::fn::GVArray.
Definition at line 97 of file generic_virtual_array.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::fn::GVArray.
Definition at line 87 of file generic_virtual_array.cc.
References blender::fn::GVArray::size_.