Blender  V2.93
Public Member Functions | Protected Member Functions | List of all members
blender::fn::GVVectorArrayForSingleGVArray Class Reference

#include <FN_generic_virtual_vector_array.hh>

Inherits blender::fn::GVVectorArray.

Public Member Functions

 GVVectorArrayForSingleGVArray (const GVArray &array, const int64_t size)
 
- Public Member Functions inherited from blender::fn::GVVectorArray
 GVVectorArray (const CPPType &type, const int64_t size)
 
virtual ~GVVectorArray ()=default
 
int64_t size () const
 
bool is_empty () const
 
const CPPTypetype () 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
 
bool is_single_vector_impl () const override
 

Additional Inherited Members

- Protected Attributes inherited from blender::fn::GVVectorArray
const CPPTypetype_
 
int64_t size_
 

Detailed Description

Definition at line 121 of file FN_generic_virtual_vector_array.hh.

Constructor & Destructor Documentation

◆ GVVectorArrayForSingleGVArray()

blender::fn::GVVectorArrayForSingleGVArray::GVVectorArrayForSingleGVArray ( const GVArray array,
const int64_t  size 
)
inline

Definition at line 126 of file FN_generic_virtual_vector_array.hh.

Member Function Documentation

◆ get_vector_element_impl()

void blender::fn::GVVectorArrayForSingleGVArray::get_vector_element_impl ( const int64_t  index,
const int64_t  index_in_vector,
void *  r_value 
) const
overrideprotectedvirtual

◆ get_vector_size_impl()

int64_t blender::fn::GVVectorArrayForSingleGVArray::get_vector_size_impl ( const int64_t  index) const
overrideprotectedvirtual

◆ is_single_vector_impl()

bool blender::fn::GVVectorArrayForSingleGVArray::is_single_vector_impl ( ) const
overrideprotectedvirtual

Reimplemented from blender::fn::GVVectorArray.

Definition at line 45 of file generic_virtual_vector_array.cc.


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