|
Blender V5.0
|
#include <attribute_access_intern.hh>
Public Member Functions | |
| GeometryAttributeProviders (Span< const BuiltinAttributeProvider * > builtin_attribute_providers, Span< const DynamicAttributesProvider * > dynamic_attribute_providers) | |
| const Map< std::string, const BuiltinAttributeProvider * > & | builtin_attribute_providers () const |
| Span< const DynamicAttributesProvider * > | dynamic_attribute_providers () const |
| Span< AttrDomain > | supported_domains () const |
This is a container for multiple attribute providers that are used by one geometry type (e.g. there is a set of attribute providers for mesh components).
Definition at line 217 of file attribute_access_intern.hh.
|
inline |
Definition at line 237 of file attribute_access_intern.hh.
References builtin_attribute_providers(), and dynamic_attribute_providers().
|
inline |
Definition at line 251 of file attribute_access_intern.hh.
Referenced by GeometryAttributeProviders().
|
inline |
Definition at line 256 of file attribute_access_intern.hh.
Referenced by GeometryAttributeProviders().
|
inline |
Definition at line 261 of file attribute_access_intern.hh.