Blender
V3.3
|
#include <BLI_generic_virtual_vector_array.hh>
Public Member Functions | |
VVectorArray_For_GVVectorArray (const GVVectorArray &vector_array) | |
![]() | |
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 | |
![]() | |
int64_t | size_ |
Definition at line 144 of file BLI_generic_virtual_vector_array.hh.
|
inline |
Definition at line 149 of file BLI_generic_virtual_vector_array.hh.
|
inlineoverrideprotectedvirtual |
Implements blender::VVectorArray< T >.
Definition at line 160 of file BLI_generic_virtual_vector_array.hh.
References blender::GVVectorArray::get_vector_element(), and T.
|
inlineoverrideprotectedvirtual |
Implements blender::VVectorArray< T >.
Definition at line 155 of file BLI_generic_virtual_vector_array.hh.
References blender::GVVectorArray::get_vector_size().
|
inlineoverrideprotectedvirtual |
Reimplemented from blender::VVectorArray< T >.
Definition at line 167 of file BLI_generic_virtual_vector_array.hh.
References blender::GVVectorArray::is_single_vector().