|
Blender V5.0
|
#include <BLI_generic_virtual_vector_array.hh>
Inherits blender::GVVectorArray.
Public Member Functions | |
| GVVectorArray_For_SingleGVArray (GVArray varray, const int64_t size) | |
| Public Member Functions inherited from blender::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 (int64_t index) const override |
| void | get_vector_element_impl (int64_t index, int64_t index_in_vector, void *r_value) const override |
| bool | is_single_vector_impl () const override |
Additional Inherited Members | |
| Protected Attributes inherited from blender::GVVectorArray | |
| const CPPType * | type_ |
| int64_t | size_ |
Definition at line 106 of file BLI_generic_virtual_vector_array.hh.
|
inline |
Definition at line 111 of file BLI_generic_virtual_vector_array.hh.
References blender::GVVectorArray::GVVectorArray(), blender::GVVectorArray::size(), and blender::GVVectorArray::type().
|
overrideprotectedvirtual |
Implements blender::GVVectorArray.
Definition at line 30 of file generic_virtual_vector_array.cc.
|
overrideprotectedvirtual |
Implements blender::GVVectorArray.
Definition at line 25 of file generic_virtual_vector_array.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::GVVectorArray.
Definition at line 37 of file generic_virtual_vector_array.cc.