18 class AttributeManager;
Internal handle representation used by MeshAttributes.
AttributeHandle(int64_t i) noexcept
bool operator<(const AttributeHandle &other) const noexcept
AttributeHandle(AttributeHandle &&)=default
AttributeHandle & operator=(const AttributeHandle &)=default
AttributeHandle(const AttributeHandle &)=default
bool operator==(const AttributeHandle &other) const noexcept
AttributeHandle()=default
AttributeHandle & operator=(AttributeHandle &&)=default
bool is_valid() const noexcept
Contains all attributes of type T for a single mesh.
Handle that represents attributes for some mesh.
attribute::TypedAttributeHandle< T > TypedAttributeHandle
attribute::AttributeHandle AttributeHandle