Blender V5.0
blender::bke::bake::BakeStateRef Struct Reference

#include <BKE_bake_items.hh>

Public Member Functions

 BakeStateRef ()=default
 BakeStateRef (const BakeState &bake_state)

Public Attributes

Map< int, const BakeItem * > items_by_id

Detailed Description

Same as BakeState, but does not own the bake items.

Definition at line 49 of file BKE_bake_items.hh.

Constructor & Destructor Documentation

◆ BakeStateRef() [1/2]

blender::bke::bake::BakeStateRef::BakeStateRef ( )
default

◆ BakeStateRef() [2/2]

blender::bke::bake::BakeStateRef::BakeStateRef ( const BakeState & bake_state)

Definition at line 214 of file bake_items.cc.

References blender::bke::bake::BakeState::items_by_id, and items_by_id.

Member Data Documentation

◆ items_by_id


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