|
Blender V4.3
|
#include <BKE_attribute.hh>
Public Member Functions | |
| operator bool () const | |
| void | finish () |
| template<typename T > | |
| AttributeWriter< T > | typed () const |
Public Attributes | |
| GVMutableArray | varray |
| AttrDomain | domain |
| std::function< void()> | tag_modified_fn |
A generic version of #AttributeWriter.
Definition at line 334 of file BKE_attribute.hh.
|
inline |
Definition at line 344 of file BKE_attribute.hh.
References tag_modified_fn.
Referenced by transform_active_color_data(), and vertex_paint_from_weight().
|
inline |
Definition at line 339 of file BKE_attribute.hh.
References varray.
|
inline |
Definition at line 351 of file BKE_attribute.hh.
References tag_modified_fn, blender::GVMutableArray::typed(), and varray.
Referenced by blender::bke::MutableAttributeAccessor::lookup_or_add_for_write().
| AttrDomain blender::bke::GAttributeWriter::domain |
Definition at line 336 of file BKE_attribute.hh.
Referenced by transform_active_color_data(), and vertex_paint_from_weight().
| std::function<void()> blender::bke::GAttributeWriter::tag_modified_fn |
Definition at line 337 of file BKE_attribute.hh.
| GVMutableArray blender::bke::GAttributeWriter::varray |
Definition at line 335 of file BKE_attribute.hh.
Referenced by operator bool(), blender::nodes::store_computed_output_attributes(), transform_active_color_data(), typed(), and vertex_paint_from_weight().