|
Blender V4.3
|
Inherits blender::VMutableArrayImpl< float >.
Additional Inherited Members | |
Protected Attributes inherited from blender::VArrayImpl< float > | |
| int64_t | size_ |
|
inline |
|
inline |
|
inlineoverridevirtual |
Get the element at #index. This does not return a reference, because the value may be computed on the fly.
Implements blender::VArrayImpl< float >.
|
inlineoverridevirtual |
Copy values from the virtual array into the provided span. The index of the value in the virtual array is the same as the index in the span.
Reimplemented from blender::VArrayImpl< float >.
Definition at line 1743 of file deform.cc.
References blender::threading::parallel_for().
|
inlineoverridevirtual |
Same as materialize but #r_span is expected to be uninitialized.
Reimplemented from blender::VArrayImpl< float >.
|
inlineoverridevirtual |
Assign the provided #value to the #index.
Implements blender::VMutableArrayImpl< float >.
Definition at line 1720 of file deform.cc.
References BKE_defvert_ensure_index().
Copy all elements from the provided span into the virtual array.
Reimplemented from blender::VMutableArrayImpl< float >.
Definition at line 1734 of file deform.cc.
References blender::Span< T >::index_range(), and blender::threading::parallel_for().