Blender V5.0
blender::VVectorArray_For_GVVectorArray< T > Class Template Reference

#include <BLI_generic_virtual_vector_array.hh>

Inherits blender::VVectorArray< T >.

Public Member Functions

 VVectorArray_For_GVVectorArray (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_

Detailed Description

template<typename T>
class blender::VVectorArray_For_GVVectorArray< T >

Definition at line 144 of file BLI_generic_virtual_vector_array.hh.

Constructor & Destructor Documentation

◆ VVectorArray_For_GVVectorArray()

template<typename T>
blender::VVectorArray_For_GVVectorArray< T >::VVectorArray_For_GVVectorArray ( const GVVectorArray & vector_array)
inline

Member Function Documentation

◆ get_vector_element_impl()

template<typename T>
T blender::VVectorArray_For_GVVectorArray< T >::get_vector_element_impl ( const int64_t index,
const int64_t index_in_vector ) const
inlineoverrideprotectedvirtual

Implements blender::VVectorArray< T >.

Definition at line 160 of file BLI_generic_virtual_vector_array.hh.

References T.

◆ get_vector_size_impl()

template<typename T>
int64_t blender::VVectorArray_For_GVVectorArray< T >::get_vector_size_impl ( const int64_t index) const
inlineoverrideprotectedvirtual

Implements blender::VVectorArray< T >.

Definition at line 155 of file BLI_generic_virtual_vector_array.hh.

◆ is_single_vector_impl()

template<typename T>
bool blender::VVectorArray_For_GVVectorArray< T >::is_single_vector_impl ( ) const
inlineoverrideprotectedvirtual

Reimplemented from blender::VVectorArray< T >.

Definition at line 167 of file BLI_generic_virtual_vector_array.hh.


The documentation for this class was generated from the following file: