Blender V5.0
blender::nodes::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()

Definition at line 376 of file BKE_attribute.hh.

◆ 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

Definition at line 383 of file BKE_attribute.hh.

Member Data Documentation

◆ domain

◆ tag_modified_fn

Definition at line 369 of file BKE_attribute.hh.

◆ varray


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