Blender
V3.3
|
#include <BKE_attribute.hh>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
VArray< T > | varray |
eAttrDomain | domain |
Result when looking up an attribute from some geometry with the intention of only reading from it.
Definition at line 136 of file BKE_attribute.hh.
|
inline |
Definition at line 146 of file BKE_attribute.hh.
References blender::bke::AttributeReader< T >::varray.
eAttrDomain blender::bke::AttributeReader< T >::domain |
Domain where the attribute is stored. This also determines the size of the virtual array.
Definition at line 144 of file BKE_attribute.hh.
VArray<T> blender::bke::AttributeReader< T >::varray |
Virtual array that provides access to the attribute data. This may be empty.
Definition at line 140 of file BKE_attribute.hh.
Referenced by blender::bke::AttributeReader< T >::operator bool().