Blender V5.0
blender::bke::bake::AttributeBakeItem Class Reference

#include <BKE_bake_items.hh>

Inherits blender::bke::bake::BakeItem.

Public Member Functions

 AttributeBakeItem (std::string name)
StringRefNull name () const
Public Member Functions inherited from blender::bke::bake::BakeItem
virtual ~BakeItem ()=default
virtual void count_memory (MemoryCounter &memory) const

Additional Inherited Members

Public Attributes inherited from blender::bke::bake::BakeItem
std::string name

Detailed Description

References a field input/output that becomes an attribute as part of the simulation state. The attribute is actually stored in a GeometryBakeItem, so this just references the attribute's name.

Definition at line 84 of file BKE_bake_items.hh.

Constructor & Destructor Documentation

◆ AttributeBakeItem()

blender::bke::bake::AttributeBakeItem::AttributeBakeItem ( std::string name)
inline

Definition at line 89 of file BKE_bake_items.hh.

References name().

Member Function Documentation

◆ name()

StringRefNull blender::bke::bake::AttributeBakeItem::name ( ) const
inline

Definition at line 91 of file BKE_bake_items.hh.

Referenced by AttributeBakeItem().


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