Blender V5.0
blender::bke::GAttributeWriter Struct Reference

#include <BKE_attribute.hh>

Public Member Functions

 operator bool () const
void finish ()
template<typename T>
AttributeWriter< Ttyped () const

Public Attributes

GVMutableArray varray
AttrDomain domain
std::function< void()> tag_modified_fn

Detailed Description

A generic version of AttributeWriter.

Definition at line 366 of file BKE_attribute.hh.

Member Function Documentation

◆ finish()

◆ operator bool()

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

Definition at line 371 of file BKE_attribute.hh.

◆ typed()

template<typename T>
AttributeWriter< T > blender::bke::GAttributeWriter::typed ( ) const
inline

Member Data Documentation

◆ domain

AttrDomain blender::bke::GAttributeWriter::domain

◆ tag_modified_fn

std::function<void()> blender::bke::GAttributeWriter::tag_modified_fn

◆ varray


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