|
Blender
V2.93
|
#include <attribute_access_intern.hh>
Inherits blender::bke::WriteAttribute.
Public Member Functions | |
| ArrayWriteAttribute (AttributeDomain domain, MutableSpan< T > data) | |
| void | get_internal (const int64_t index, void *r_value) const override |
| void | set_internal (const int64_t index, const void *value) override |
| void | initialize_span (const bool UNUSED(write_only)) override |
| void | apply_span_if_necessary () override |
Public Member Functions inherited from blender::bke::WriteAttribute | |
| WriteAttribute (AttributeDomain domain, const CPPType &cpp_type, const int64_t size) | |
| AttributeDomain | domain () const |
| const CPPType & | cpp_type () const |
| CustomDataType | custom_data_type () const |
| int64_t | size () const |
| void | get (const int64_t index, void *r_value) const |
| void | set (const int64_t index, const void *value) |
| template<typename T > | |
| MutableSpan< T > | get_span () |
| template<typename T > | |
| MutableSpan< T > | get_span_for_write_only () |
| virtual | ~WriteAttribute () |
| fn::GMutableSpan | get_span () |
| fn::GMutableSpan | get_span_for_write_only () |
| void | apply_span () |
Additional Inherited Members | |
Protected Member Functions inherited from blender::bke::WriteAttribute | |
| virtual void | initialize_span (const bool write_only) |
Protected Attributes inherited from blender::bke::WriteAttribute | |
| const AttributeDomain | domain_ |
| const CPPType & | cpp_type_ |
| const CustomDataType | custom_data_type_ |
| const int64_t | size_ |
| void * | array_buffer_ = nullptr |
| bool | array_is_temporary_ = false |
| bool | array_should_be_applied_ = false |
Definition at line 127 of file attribute_access_intern.hh.
|
inline |
Definition at line 132 of file attribute_access_intern.hh.
References data_.
|
inlineoverridevirtual |
Reimplemented from blender::bke::WriteAttribute.
Definition at line 153 of file attribute_access_intern.hh.
|
inlineoverridevirtual |
Implements blender::bke::WriteAttribute.
Definition at line 137 of file attribute_access_intern.hh.
|
inlineoverride |
Definition at line 147 of file attribute_access_intern.hh.
References blender::bke::WriteAttribute::array_buffer_, blender::bke::WriteAttribute::array_is_temporary_, and data_.
|
inlineoverridevirtual |
Implements blender::bke::WriteAttribute.
Definition at line 142 of file attribute_access_intern.hh.