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

#include <BKE_attribute.hh>

Public Member Functions

 operator bool () const
 
template<typename T >
AttributeReader< Ttyped () const
 

Public Attributes

GVArray varray
 
eAttrDomain domain
 

Detailed Description

A generic version of #AttributeReader.

Definition at line 239 of file BKE_attribute.hh.

Member Function Documentation

◆ operator bool()

blender::bke::GAttributeReader::operator bool ( ) const
inline

Definition at line 243 of file BKE_attribute.hh.

References varray.

◆ typed()

template<typename T >
AttributeReader<T> blender::bke::GAttributeReader::typed ( ) const
inline

Member Data Documentation

◆ domain

eAttrDomain blender::bke::GAttributeReader::domain

◆ varray

GVArray blender::bke::GAttributeReader::varray

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