|
Blender
V2.93
|
#include <FN_generic_virtual_array.hh>
Inherits blender::fn::GVArray.
Public Member Functions | |
| GVArrayForEmpty (const CPPType &type) | |
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_to_uninitialized_impl (const int64_t UNUSED(index), void *UNUSED(r_value)) const override |
Protected Member Functions inherited from blender::fn::GVArray | |
| virtual void | get_impl (const int64_t index, void *r_value) const |
| virtual void | get_to_uninitialized_impl (const int64_t index, void *r_value) const =0 |
| virtual bool | is_span_impl () const |
| virtual GSpan | get_span_impl () const |
| virtual bool | is_single_impl () const |
| 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 158 of file FN_generic_virtual_array.hh.
|
inline |
Definition at line 160 of file FN_generic_virtual_array.hh.
|
inlineoverrideprotected |
Definition at line 165 of file FN_generic_virtual_array.hh.
References BLI_assert.