Blender
V3.3
|
#include <BLI_generic_vector_array.hh>
Public Member Functions | |
GVVectorArray_For_GVectorArray (const GVectorArray &vector_array) | |
![]() | |
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 index) const override |
void | get_vector_element_impl (const int64_t index, const int64_t index_in_vector, void *r_value) const override |
![]() | |
virtual bool | is_single_vector_impl () const |
Additional Inherited Members | |
![]() | |
const CPPType * | type_ |
int64_t | size_ |
Definition at line 123 of file BLI_generic_vector_array.hh.
|
inline |
Definition at line 128 of file BLI_generic_vector_array.hh.
|
inlineoverrideprotectedvirtual |
Implements blender::GVVectorArray.
Definition at line 139 of file BLI_generic_vector_array.hh.
References blender::CPPType::copy_assign(), and blender::GVVectorArray::type_.
|
inlineoverrideprotectedvirtual |
Implements blender::GVVectorArray.
Definition at line 134 of file BLI_generic_vector_array.hh.
References blender::GVectorArray::size().