|
Blender
V2.93
|
#include <FN_generic_virtual_vector_array.hh>
Inherits blender::fn::GVVectorArray.
Public Member Functions | |
| GVVectorArrayForSingleGSpan (const GSpan span, const int64_t size) | |
Public Member Functions inherited from blender::fn::GVVectorArray | |
| GVVectorArray (const CPPType &type, const int64_t size) | |
| virtual | ~GVVectorArray ()=default |
| int64_t | size () const |
| bool | is_empty () const |
| const CPPType & | type () const |
| int64_t | get_vector_size (const int64_t index) const |
| void | get_vector_element (const int64_t index, const int64_t index_in_vector, void *r_value) const |
| bool | is_single_vector () const |
Protected Member Functions | |
| int64_t | get_vector_size_impl (const int64_t UNUSED(index)) const override |
| void | get_vector_element_impl (const int64_t UNUSED(index), const int64_t index_in_vector, void *r_value) const override |
| bool | is_single_vector_impl () const override |
Protected Member Functions inherited from blender::fn::GVVectorArray | |
| virtual int64_t | get_vector_size_impl (const int64_t index) const =0 |
| virtual void | get_vector_element_impl (const int64_t index, const int64_t index_in_vector, void *r_value) const =0 |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::GVVectorArray | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 140 of file FN_generic_virtual_vector_array.hh.
|
inline |
Definition at line 145 of file FN_generic_virtual_vector_array.hh.
|
overrideprotected |
Definition at line 55 of file generic_virtual_vector_array.cc.
References blender::fn::CPPType::copy_to_initialized(), and blender::fn::GVVectorArray::type_.
|
overrideprotected |
Definition at line 50 of file generic_virtual_vector_array.cc.
References blender::fn::GSpan::size().
|
overrideprotectedvirtual |
Reimplemented from blender::fn::GVVectorArray.
Definition at line 62 of file generic_virtual_vector_array.cc.