Blender V4.3
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 80 of file BKE_bake_items.hh.

Constructor & Destructor Documentation

◆ AttributeBakeItem()

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

Definition at line 85 of file BKE_bake_items.hh.

Member Function Documentation

◆ name()

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

Definition at line 87 of file BKE_bake_items.hh.


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