Blender
V3.3
|
Additional Inherited Members | |
![]() | |
int64_t | size_ |
Mutable virtual array for any control point data accessed with spans and an offset array.
Definition at line 642 of file geometry_component_curve.cc.
|
inline |
Definition at line 648 of file geometry_component_curve.cc.
References data_.
|
inlinefinalvirtual |
Get the element at #index. This does not return a reference, because the value may be computed on the fly.
Implements blender::VArrayImpl< T >.
Definition at line 653 of file geometry_component_curve.cc.
References data_, indices, and blender::bke::lookup_point_indices().
|
inlinefinalvirtual |
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< T >.
Definition at line 674 of file geometry_component_curve.cc.
References data_, mask(), and blender::bke::point_attribute_materialize().
|
inlinefinalvirtual |
Same as materialize but #r_span is expected to be uninitialized.
Reimplemented from blender::VArrayImpl< T >.
Definition at line 679 of file geometry_component_curve.cc.
References data_, mask(), and blender::bke::point_attribute_materialize_to_uninitialized().
|
inlinefinalvirtual |
Assign the provided #value to the #index.
Implements blender::VMutableArrayImpl< T >.
Definition at line 659 of file geometry_component_curve.cc.
References data_, indices, and blender::bke::lookup_point_indices().
|
inlinefinalvirtual |
Copy all elements from the provided span into the virtual array.
Reimplemented from blender::VMutableArrayImpl< T >.
Definition at line 665 of file geometry_component_curve.cc.
References data_, offset, spline_index, and src.