|
Blender V4.3
|
This is the complete list of members for blender::bke::MutableAttributeAccessor, including all inherited members.
| adapt_domain(const GVArray &varray, const AttrDomain from_domain, const AttrDomain to_domain) const | blender::bke::AttributeAccessor | inline |
| adapt_domain(const VArray< T > &varray, const AttrDomain from_domain, const AttrDomain to_domain) const | blender::bke::AttributeAccessor | inline |
| add(const StringRef attribute_id, const AttrDomain domain, const eCustomDataType data_type, const AttributeInit &initializer) | blender::bke::MutableAttributeAccessor | inline |
| add(const StringRef attribute_id, const AttrDomain domain, const AttributeInit &initializer) | blender::bke::MutableAttributeAccessor | inline |
| all_ids() const | blender::bke::AttributeAccessor | |
| AttributeAccessor(const void *owner, const AttributeAccessorFunctions &fn) | blender::bke::AttributeAccessor | inline |
| contains(const StringRef attribute_id) const | blender::bke::AttributeAccessor | |
| domain_size(const AttrDomain domain) const | blender::bke::AttributeAccessor | inline |
| domain_supported(const AttrDomain domain) const | blender::bke::AttributeAccessor | inline |
| fn_ | blender::bke::AttributeAccessor | protected |
| foreach_attribute(const FunctionRef< void(const AttributeIter &)> fn) const | blender::bke::AttributeAccessor | inline |
| from_id(const ID &id) | blender::bke::AttributeAccessor | static |
| is_builtin(const StringRef attribute_id) const | blender::bke::AttributeAccessor | inline |
| lookup(const StringRef attribute_id) const | blender::bke::AttributeAccessor | inline |
| lookup(StringRef attribute_id, std::optional< AttrDomain > domain, std::optional< eCustomDataType > data_type) const | blender::bke::AttributeAccessor | |
| lookup(const StringRef attribute_id, const AttrDomain domain) const | blender::bke::AttributeAccessor | inline |
| lookup(const StringRef attribute_id, const eCustomDataType data_type) const | blender::bke::AttributeAccessor | inline |
| lookup(const StringRef attribute_id, const std::optional< AttrDomain > domain=std::nullopt) const | blender::bke::AttributeAccessor | inline |
| lookup_for_write(StringRef attribute_id) | blender::bke::MutableAttributeAccessor | |
| lookup_for_write(const StringRef attribute_id) | blender::bke::MutableAttributeAccessor | inline |
| lookup_for_write_span(StringRef attribute_id) | blender::bke::MutableAttributeAccessor | |
| lookup_for_write_span(const StringRef attribute_id) | blender::bke::MutableAttributeAccessor | inline |
| lookup_meta_data(const StringRef attribute_id) const | blender::bke::AttributeAccessor | |
| lookup_or_add_for_write(StringRef attribute_id, AttrDomain domain, eCustomDataType data_type, const AttributeInit &initializer=AttributeInitDefaultValue()) | blender::bke::MutableAttributeAccessor | |
| lookup_or_add_for_write(const StringRef attribute_id, const AttrDomain domain, const AttributeInit &initializer=AttributeInitDefaultValue()) | blender::bke::MutableAttributeAccessor | inline |
| lookup_or_add_for_write_only_span(StringRef attribute_id, AttrDomain domain, eCustomDataType data_type) | blender::bke::MutableAttributeAccessor | |
| lookup_or_add_for_write_only_span(const StringRef attribute_id, const AttrDomain domain) | blender::bke::MutableAttributeAccessor | inline |
| lookup_or_add_for_write_span(StringRef attribute_id, AttrDomain domain, eCustomDataType data_type, const AttributeInit &initializer=AttributeInitDefaultValue()) | blender::bke::MutableAttributeAccessor | |
| lookup_or_add_for_write_span(const StringRef attribute_id, const AttrDomain domain, const AttributeInit &initializer=AttributeInitDefaultValue()) | blender::bke::MutableAttributeAccessor | inline |
| lookup_or_default(StringRef attribute_id, AttrDomain domain, eCustomDataType data_type, const void *default_value=nullptr) const | blender::bke::AttributeAccessor | |
| lookup_or_default(const StringRef attribute_id, const AttrDomain domain, const T &default_value) const | blender::bke::AttributeAccessor | inline |
| lookup_validator(const StringRef attribute_id) const | blender::bke::AttributeAccessor | inline |
| MutableAttributeAccessor(void *owner, const AttributeAccessorFunctions &fn) | blender::bke::MutableAttributeAccessor | inline |
| owner_ | blender::bke::AttributeAccessor | protected |
| remove(const StringRef attribute_id) | blender::bke::MutableAttributeAccessor | inline |
| remove_anonymous() | blender::bke::MutableAttributeAccessor | |
| rename(StringRef old_attribute_id, StringRef new_attribute_id) | blender::bke::MutableAttributeAccessor |