Blender  V2.93
Public Member Functions | Protected Member Functions | List of all members
blender::fn::VVectorArrayForGVVectorArray< T > Class Template Reference

#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_
 

Detailed Description

template<typename T>
class blender::fn::VVectorArrayForGVVectorArray< T >

Definition at line 159 of file FN_generic_virtual_vector_array.hh.

Constructor & Destructor Documentation

◆ VVectorArrayForGVVectorArray()

template<typename T >
blender::fn::VVectorArrayForGVVectorArray< T >::VVectorArrayForGVVectorArray ( const GVVectorArray vector_array)
inline

Definition at line 164 of file FN_generic_virtual_vector_array.hh.

Member Function Documentation

◆ get_vector_element_impl()

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

◆ get_vector_size_impl()

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

◆ is_single_vector_impl()

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

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