Blender V5.0
blender::GVArrayImpl_For_SingleValue Class Reference

Inherits blender::GVArrayImpl_For_SingleValueRef, blender::NonCopyable, and blender::NonMovable.

Public Member Functions

 GVArrayImpl_For_SingleValue (const CPPType &type, const int64_t size, const void *value)
 ~GVArrayImpl_For_SingleValue () override
Public Member Functions inherited from blender::GVArrayImpl_For_SingleValueRef
 GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size, const void *value)
Public Member Functions inherited from blender::GVArrayImpl
virtual ~GVArrayImpl ()=default
 GVArrayImpl (const CPPType &type, int64_t size)
const CPPTypetype () const
int64_t size () const
virtual bool try_assign_VArray (void *varray) const

Additional Inherited Members

Protected Member Functions inherited from blender::GVArrayImpl_For_SingleValueRef
 GVArrayImpl_For_SingleValueRef (const CPPType &type, const int64_t size)
void get (const int64_t index, void *r_value) const override
void get_to_uninitialized (const int64_t index, void *r_value) const override
CommonVArrayInfo common_info () const override
void materialize (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const override
void materialize_compressed (const IndexMask &mask, void *dst, bool dst_is_uninitialized) const override
Protected Attributes inherited from blender::GVArrayImpl_For_SingleValueRef
const void * value_ = nullptr
Protected Attributes inherited from blender::GVArrayImpl
const CPPTypetype_
int64_t size_

Detailed Description

Definition at line 236 of file generic_virtual_array.cc.

Constructor & Destructor Documentation

◆ GVArrayImpl_For_SingleValue()

blender::GVArrayImpl_For_SingleValue::GVArrayImpl_For_SingleValue ( const CPPType & type,
const int64_t size,
const void * value )
inline

◆ ~GVArrayImpl_For_SingleValue()

blender::GVArrayImpl_For_SingleValue::~GVArrayImpl_For_SingleValue ( )
inlineoverride

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