|
Blender
V2.93
|
#include <FN_generic_virtual_vector_array.hh>
Inherits blender::VVectorArray< T >.
Public Member Functions | |
| VVectorArrayForGVVectorArray (const GVVectorArray &vector_array) | |
Public Member Functions inherited from blender::VVectorArray< T > | |
| VVectorArray (const int64_t size) | |
| virtual | ~VVectorArray ()=default |
| int64_t | size () const |
| bool | is_empty () const |
| int64_t | get_vector_size (const int64_t index) const |
| T | get_vector_element (const int64_t index, const int64_t index_in_vector) const |
| bool | is_single_vector () const |
Protected Member Functions | |
| int64_t | get_vector_size_impl (const int64_t index) const override |
| T | get_vector_element_impl (const int64_t index, const int64_t index_in_vector) const override |
| bool | is_single_vector_impl () const override |
Additional Inherited Members | |
Protected Attributes inherited from blender::VVectorArray< T > | |
| int64_t | size_ |
Definition at line 159 of file FN_generic_virtual_vector_array.hh.
|
inline |
Definition at line 164 of file FN_generic_virtual_vector_array.hh.
|
inlineoverrideprotectedvirtual |
Implements blender::VVectorArray< T >.
Definition at line 175 of file FN_generic_virtual_vector_array.hh.
References blender::fn::GVVectorArray::get_vector_element(), and T.
|
inlineoverrideprotectedvirtual |
Implements blender::VVectorArray< T >.
Definition at line 170 of file FN_generic_virtual_vector_array.hh.
References blender::fn::GVVectorArray::get_vector_size().
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VVectorArray< T >.
Definition at line 182 of file FN_generic_virtual_vector_array.hh.
References blender::fn::GVVectorArray::is_single_vector().