Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::geometry::OrderedAttributes Struct Reference

Public Member Functions

int size () const
 
IndexRange index_range () const
 

Public Attributes

VectorSet< AttributeIDRefids
 
Vector< AttributeKindkinds
 

Detailed Description

An ordered set of attribute ids. Attributes are ordered to avoid name lookups in many places. Once the attributes are ordered, they can just be referred to by index.

Definition at line 39 of file realize_instances.cc.

Member Function Documentation

◆ index_range()

IndexRange blender::geometry::OrderedAttributes::index_range ( ) const
inline

◆ size()

int blender::geometry::OrderedAttributes::size ( ) const
inline

Member Data Documentation

◆ ids

VectorSet<AttributeIDRef> blender::geometry::OrderedAttributes::ids

◆ kinds

Vector<AttributeKind> blender::geometry::OrderedAttributes::kinds

The documentation for this struct was generated from the following file: