Blender  V3.3
Public Member Functions | Protected Member Functions | List of all members
blender::GVVectorArray_For_SingleGSpan Class Reference

#include <BLI_generic_virtual_vector_array.hh>

Inheritance diagram for blender::GVVectorArray_For_SingleGSpan:
blender::GVVectorArray

Public Member Functions

 GVVectorArray_For_SingleGSpan (const GSpan span, 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 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 (int64_t UNUSED(index)) const override
 
void get_vector_element_impl (int64_t UNUSED(index), int64_t index_in_vector, void *r_value) const override
 
bool is_single_vector_impl () const override
 
- Protected Member Functions inherited from blender::GVVectorArray
virtual int64_t get_vector_size_impl (int64_t index) const =0
 
virtual void get_vector_element_impl (int64_t index, int64_t index_in_vector, void *r_value) const =0
 

Additional Inherited Members

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

Detailed Description

Definition at line 125 of file BLI_generic_virtual_vector_array.hh.

Constructor & Destructor Documentation

◆ GVVectorArray_For_SingleGSpan()

blender::GVVectorArray_For_SingleGSpan::GVVectorArray_For_SingleGSpan ( const GSpan  span,
const int64_t  size 
)
inline

Definition at line 130 of file BLI_generic_virtual_vector_array.hh.

Member Function Documentation

◆ get_vector_element_impl()

void blender::GVVectorArray_For_SingleGSpan::get_vector_element_impl ( int64_t  UNUSEDindex,
int64_t  index_in_vector,
void r_value 
) const
overrideprotected

◆ get_vector_size_impl()

int64_t blender::GVVectorArray_For_SingleGSpan::get_vector_size_impl ( int64_t  UNUSEDindex) const
overrideprotected

Definition at line 36 of file generic_virtual_vector_array.cc.

References blender::GSpan::size().

◆ is_single_vector_impl()

bool blender::GVVectorArray_For_SingleGSpan::is_single_vector_impl ( ) const
overrideprotectedvirtual

Reimplemented from blender::GVVectorArray.

Definition at line 48 of file generic_virtual_vector_array.cc.


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